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