Delete old units
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e6792b2ba2
commit
a48c41258a
2 changed files with 0 additions and 25 deletions
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue