From baaeb1af53ab4c64b31786bddfd7573445f21342 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 24 Oct 2019 20:59:30 +0200 Subject: [HICN-358] Enable systemctl service after package installation. Change-Id: I1c9a7099fbf59c09fb22475e9695373f316d0b6e Signed-off-by: Mauro Sardara --- hicn-light/config/postinst | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 hicn-light/config/postinst (limited to 'hicn-light/config/postinst') diff --git a/hicn-light/config/postinst b/hicn-light/config/postinst new file mode 100755 index 000000000..dced2a093 --- /dev/null +++ b/hicn-light/config/postinst @@ -0,0 +1,3 @@ +#!/bin/bash + +systemctl enable hicn-light \ No newline at end of file -- cgit 1.2.3-korg