remove unused units

This commit is contained in:
Ray Elliott 2020-09-01 17:29:17 +01:00
parent 66cacf93ae
commit 2f762d5e98
3 changed files with 0 additions and 32 deletions

View File

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

View File

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

View File

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