From e2b9f02e5e1420ea96d0174d75a53d42f5837e00 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Thu, 8 Apr 2021 10:05:52 +0200 Subject: [HICN-695] facemgr: add systemd service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6b345944ce3fb4714832798e32ac840a162dc268 Signed-off-by: Jordan Augé --- ctrl/facemgr/config/post | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 ctrl/facemgr/config/post (limited to 'ctrl/facemgr/config/post') 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 -- cgit 1.2.3-korg