From 2c4253a99f8530b78f364ccea1e3e8dc9ee44ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 9 Apr 2016 17:04:49 +0200 Subject: [PATCH] [deb] Add Install section to yunohost-firewall.service --- debian/yunohost-firewall.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/yunohost-firewall.service b/debian/yunohost-firewall.service index f61ca1f64c..1dd46f4777 100644 --- a/debian/yunohost-firewall.service +++ b/debian/yunohost-firewall.service @@ -9,3 +9,6 @@ ExecStart=/usr/bin/yunohost firewall reload ExecReload=/usr/bin/yunohost firewall reload ExecStop=/usr/bin/yunohost firewall stop RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target