11 lines
263 B
SYSTEMD
11 lines
263 B
SYSTEMD
|
[Unit]
|
||
|
Description=YouTube Followed Subscriptions Server Daemon
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/home/ray/Data/Projects/YouTube/youtube-client/server/
|
||
|
ExecStart=/home/ray/Data/Projects/YouTube/youtube-client/server/server_start.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|