summaryrefslogtreecommitdiffstats
path: root/local/.bin/hornet/svdisable
blob: 24f779f9548b2230114a6b1e588a11761285ebfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -eu

svc="$1"

svdn "$svc"
svdn "${svc}/log"
svc -x ~/.services/enabled/"$svc"/log
svc -x ~/.services/enabled/"$svc"
rm -f ~/.services/enabled/"$svc"