aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/facemgr/config/preun
diff options
context:
space:
mode:
Diffstat (limited to 'ctrl/facemgr/config/preun')
-rwxr-xr-xctrl/facemgr/config/preun5
1 files changed, 5 insertions, 0 deletions
diff --git a/ctrl/facemgr/config/preun b/ctrl/facemgr/config/preun
new file mode 100755
index 000000000..8c0eadf0d
--- /dev/null
+++ b/ctrl/facemgr/config/preun
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+if pidof systemd; then
+ systemctl disable facemgr
+fi