12 lines
261 B
SYSTEMD
12 lines
261 B
SYSTEMD
|
[Unit]
|
||
|
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
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|