summarylogtreecommitdiffstats
path: root/daemontools.install
diff options
context:
space:
mode:
Diffstat (limited to 'daemontools.install')
-rw-r--r--daemontools.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/daemontools.install b/daemontools.install
new file mode 100644
index 000000000000..599ec2250586
--- /dev/null
+++ b/daemontools.install
@@ -0,0 +1,8 @@
+post_install() {
+ systemctl start svscan
+}
+
+post_remove() {
+ systemctl stop svscan
+}
+