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/postinst | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ctrl/facemgr/config/postinst (limited to 'ctrl/facemgr/config/postinst') diff --git a/ctrl/facemgr/config/postinst b/ctrl/facemgr/config/postinst new file mode 100755 index 000000000..4113b0eca --- /dev/null +++ b/ctrl/facemgr/config/postinst @@ -0,0 +1,3 @@ +#!/bin/bash + +systemctl enable facemgr -- cgit 1.2.3-korg