diff options
author | Mauro Sardara <msardara@cisco.com> | 2021-05-17 09:41:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2021-05-17 09:41:49 +0000 |
commit | 0982497d26806bad1a069766ac46a4f238d850ab (patch) | |
tree | 258b44677913b500c59fafaf46ab9d390328f757 /ctrl/facemgr/config/postinst | |
parent | 9b1c12ef3312e4f7355b2218aaf24773b7d541ff (diff) | |
parent | e2b9f02e5e1420ea96d0174d75a53d42f5837e00 (diff) |
Merge "[HICN-695] facemgr: add systemd service"
Diffstat (limited to 'ctrl/facemgr/config/postinst')
-rwxr-xr-x | ctrl/facemgr/config/postinst | 3 |
1 files changed, 3 insertions, 0 deletions
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 |