summaryrefslogtreecommitdiff
path: root/util/s6-restart
diff options
context:
space:
mode:
Diffstat (limited to 'util/s6-restart')
-rwxr-xr-xutil/s6-restart5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/s6-restart b/util/s6-restart
new file mode 100755
index 0000000..4e0e5e4
--- /dev/null
+++ b/util/s6-restart
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+sudo s6-rc -d change $1
+sudo s6-rc -u change $1
+