Delete old units

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-11-04 22:55:44 +01:00
parent e6792b2ba2
commit a48c41258a
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D
2 changed files with 0 additions and 25 deletions

View File

@ -1,12 +0,0 @@
[Unit]
Description=Dropbox
[Service]
Type=simple
ExecStart=/home/luzifer/.dropbox-dist/dropboxd
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
[Install]
WantedBy=default.target

View File

@ -1,13 +0,0 @@
[Unit]
Description=ngrok port forwarding
[Service]
TimeoutStartSec=0
TimeoutStopSec=0
Restart=on-failure
RestartSec=5
ExecStartPre=/bin/bash -c 'if ! [ -e /home/luzifer/.bin/ngrok ]; then mkdir -p /home/luzifer/.bin && curl -sSLo /tmp/ngrok.zip https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip && unzip -q /tmp/ngrok.zip -d /home/luzifer/.bin && rm /tmp/ngrok.zip; fi'
ExecStart=/home/luzifer/.bin/ngrok start --none
[Install]
WantedBy=default.target