summaryrefslogtreecommitdiffstats
path: root/scripts/mandi.service
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2015-02-25 10:56:07 +0000
committerColin Guthrie <colin@mageia.org>2015-02-25 11:04:41 +0000
commit2b9752e8b64e8e3a556e0b2fc78f122578a5c9e1 (patch)
tree54511098a659551e516191c0b23507659eac4e84 /scripts/mandi.service
parentd6136fa13e26e117fc1fe5ba89a9fec8f4816524 (diff)
downloadmandi-2b9752e8b64e8e3a556e0b2fc78f122578a5c9e1.tar
mandi-2b9752e8b64e8e3a556e0b2fc78f122578a5c9e1.tar.gz
mandi-2b9752e8b64e8e3a556e0b2fc78f122578a5c9e1.tar.bz2
mandi-2b9752e8b64e8e3a556e0b2fc78f122578a5c9e1.tar.xz
mandi-2b9752e8b64e8e3a556e0b2fc78f122578a5c9e1.zip
Replace init script with systemd unit (mga#14401)
Diffstat (limited to 'scripts/mandi.service')
-rw-r--r--scripts/mandi.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/mandi.service b/scripts/mandi.service
new file mode 100644
index 0000000..9547f54
--- /dev/null
+++ b/scripts/mandi.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Network monitoring daemon (Interactive Firewall and wireless)
+After=shorewall.service shorewall6.service
+
+[Service]
+ExecStart=/usr/sbin/mandi
+
+[Install]
+WantedBy=multi-user.target