update source location

This commit is contained in:
ray 2019-05-28 11:55:24 +01:00
parent da5761170a
commit 500b5c6f8b
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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