remove unused units
This commit is contained in:
parent
66cacf93ae
commit
2f762d5e98
|
@ -1,11 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Gollum Knowledge Base
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Environment="PATH=/home/ray/.gem/ruby/2.6.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin"
|
|
||||||
WorkingDirectory=/home/ray/Data/Gollum
|
|
||||||
ExecStart=/home/ray/Data/Gollum/run.sh
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=YouTube Followed Subscriptions
|
|
||||||
Wants=ytcd.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
WorkingDirectory=/home/ray/.src/youtube-client/client/
|
|
||||||
ExecStart=/home/ray/.src/youtube-client/client/start.sh
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=YouTube Followed Subscriptions Server Daemon
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
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