diff options
Diffstat (limited to 'ctrl/facemgr/config/post')
-rwxr-xr-x | ctrl/facemgr/config/post | 5 |
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 |