update
This commit is contained in:
parent
384cc67566
commit
fb1421a19d
|
@ -0,0 +1 @@
|
|||
/home/ray/.config/systemd/user/gollum.service
|
|
@ -0,0 +1 @@
|
|||
/home/ray/.config/systemd/user/ytc.service
|
|
@ -0,0 +1 @@
|
|||
/home/ray/.config/systemd/user/ytcd.service
|
|
@ -0,0 +1,11 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[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
|
||||
|
Loading…
Reference in New Issue