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