update
This commit is contained in:
parent
384cc67566
commit
fb1421a19d
5 changed files with 24 additions and 0 deletions
1
user/default.target.wants/gollum.service
Symbolic link
1
user/default.target.wants/gollum.service
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/ray/.config/systemd/user/gollum.service
|
||||
1
user/default.target.wants/ytc.service
Symbolic link
1
user/default.target.wants/ytc.service
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/ray/.config/systemd/user/ytc.service
|
||||
1
user/default.target.wants/ytcd.service
Symbolic link
1
user/default.target.wants/ytcd.service
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/ray/.config/systemd/user/ytcd.service
|
||||
11
user/ytc.service
Normal file
11
user/ytc.service
Normal file
|
|
@ -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
|
||||
|
||||
10
user/ytcd.service
Normal file
10
user/ytcd.service
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue