summaryrefslogtreecommitdiffstats
path: root/bin/hornet/svstop
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hornet/svstop')
-rwxr-xr-xbin/hornet/svstop6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/hornet/svstop b/bin/hornet/svstop
new file mode 100755
index 0000000..649ec26
--- /dev/null
+++ b/bin/hornet/svstop
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -eu
+set -o pipefail
+
+svc -d "$HOME/.services/enabled/$1"
+svget "$1"