Add sytemctl service instructions for running yacreaderlibraryserver.

This commit is contained in:
Luis Ángel San Martín
2017-11-26 09:16:32 +01:00
parent 64e8f2700b
commit c1d4e0076d

View File

@ -0,0 +1,19 @@
1. change the path used in ExecStart so it points to the location your headless server binary resides, skip this step if yacreaderlibraryserver is in your path.
2. copy the service file to ~/.local/share/systemd/user
3. enable the service file by running:
"systemclt --user enable yacreaderlibraryserver"
4. start the server by running:
"systemctl --user start yacreaderlibraryserver"
5. check the server status by running:
systemctl --user status yacreaderlibraryserver