From c1d4e0076d8fd4de99712a58815140b8b2748c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 26 Nov 2017 09:16:32 +0100 Subject: [PATCH] Add sytemctl service instructions for running yacreaderlibraryserver. --- .../systemctl_service_instructions.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 YACReaderLibraryServer/systemctl_service_instructions.txt diff --git a/YACReaderLibraryServer/systemctl_service_instructions.txt b/YACReaderLibraryServer/systemctl_service_instructions.txt new file mode 100644 index 00000000..cd072302 --- /dev/null +++ b/YACReaderLibraryServer/systemctl_service_instructions.txt @@ -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 \ No newline at end of file