Add a systemd service file for the headless server

This commit is contained in:
Felix Kauselmann
2017-10-24 10:25:35 +02:00
parent 6a1ba45a4d
commit 0372dc4cec
2 changed files with 22 additions and 10 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=YACReaderLibrary headless server
After=network.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/YACReaderLibraryServer start
[Install]
WantedBy=multi-user.target