mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 05:54:39 -04:00
Fix break lines.
This commit is contained in:
@ -1,19 +1,13 @@
|
|||||||
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.
|
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
|
2. copy the service file to ~/.local/share/systemd/user
|
||||||
|
|
||||||
|
|
||||||
3. enable the service file by running:
|
3. enable the service file by running:
|
||||||
"systemclt --user enable yacreaderlibraryserver"
|
"systemclt --user enable yacreaderlibraryserver"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
4. start the server by running:
|
4. start the server by running:
|
||||||
"systemctl --user start yacreaderlibraryserver"
|
"systemctl --user start yacreaderlibraryserver"
|
||||||
|
|
||||||
|
|
||||||
5. check the server status by running:
|
5. check the server status by running:
|
||||||
systemctl --user status yacreaderlibraryserver
|
systemctl --user status yacreaderlibraryserver
|
Reference in New Issue
Block a user