update source location
This commit is contained in:
parent
da5761170a
commit
500b5c6f8b
|
@ -3,8 +3,8 @@ Description=YouTube Followed Subscriptions
|
||||||
Wants=ytcd.service
|
Wants=ytcd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/home/ray/Data/Projects/YouTube/youtube-client/client/
|
WorkingDirectory=/home/ray/.src/youtube-client/client/
|
||||||
ExecStart=/home/ray/Data/Projects/YouTube/youtube-client/client/start.sh
|
ExecStart=/home/ray/.src/youtube-client/client/start.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Description=YouTube Followed Subscriptions Server Daemon
|
Description=YouTube Followed Subscriptions Server Daemon
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/home/ray/Data/Projects/YouTube/youtube-client/server/
|
WorkingDirectory=/home/ray/.src/youtube-client/server/
|
||||||
ExecStart=/home/ray/Data/Projects/YouTube/youtube-client/server/server_start.sh
|
ExecStart=/home/ray/.src/youtube-client/server/server_start.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in New Issue