diff options
author | Colin Guthrie <colin@mageia.org> | 2015-02-25 10:56:07 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2015-02-25 11:04:41 +0000 |
commit | 2b9752e8b64e8e3a556e0b2fc78f122578a5c9e1 (patch) | |
tree | 54511098a659551e516191c0b23507659eac4e84 /scripts/mandi.service | |
parent | d6136fa13e26e117fc1fe5ba89a9fec8f4816524 (diff) | |
download | mandi-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.service | 9 |
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 |