aboutsummaryrefslogtreecommitdiff
path: root/lsm.service
diff options
context:
space:
mode:
Diffstat (limited to 'lsm.service')
-rw-r--r--lsm.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/lsm.service b/lsm.service
deleted file mode 100644
index 4b3ed8c..0000000
--- a/lsm.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=LSM is the link status monitor
-Documentation=http://lsm.foobar.fi/
-Wants=network-online.target
-After=network-online.target shorewall.service shorewall6.service
-
-[Service]
-Type=simple
-ExecStart=/usr/sbin/lsm --config /etc/lsm/lsm.conf --no-fork
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-abort
-
-[Install]
-WantedBy=multi-user.target