From f44e2de882f1fd11da12b9a41ed27c354f508f80 Mon Sep 17 00:00:00 2001 From: SohKa Date: Mon, 13 Apr 2020 22:45:07 +0200 Subject: [PATCH] change hypercube systemd service type to get it in active state at start --- script/hypercube/hypercube.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/hypercube/hypercube.service b/script/hypercube/hypercube.service index a1aeba2..fda881a 100644 --- a/script/hypercube/hypercube.service +++ b/script/hypercube/hypercube.service @@ -4,7 +4,7 @@ Requires=network.target After=network.target dnsmasq.service ynh-hotspot.service ynh-vpnclient.service resize2fs-reboot.service firstrun.service secondrun.service [Service] -Type=oneshot +Type=simple ExecStart=/usr/local/bin/hypercube.sh RemainAfterExit=no