summaryrefslogtreecommitdiffstats
path: root/local/.bin/hornet/svkill
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-23 04:22:06 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-23 04:22:48 -0500
commit33b95fda42cbf84bcbc4fead401e954ed674ccb9 (patch)
tree7655a5d64eef13382141dfe8509572668b68c15e /local/.bin/hornet/svkill
parentc337452016b530763caedb3e5be225bf4f4d4d2a (diff)
downloadconf-33b95fda42cbf84bcbc4fead401e954ed674ccb9.tar.gz
conf-33b95fda42cbf84bcbc4fead401e954ed674ccb9.zip
remove daemontools entirely
Diffstat (limited to 'local/.bin/hornet/svkill')
-rwxr-xr-xlocal/.bin/hornet/svkill6
1 files changed, 0 insertions, 6 deletions
diff --git a/local/.bin/hornet/svkill b/local/.bin/hornet/svkill
deleted file mode 100755
index a84e1a2..0000000
--- a/local/.bin/hornet/svkill
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-set -eu
-set -o pipefail
-
-svc -k "$HOME/.services/enabled/$1"
-svget "$1"