aboutsummaryrefslogtreecommitdiff
path: root/foolsm.service
diff options
context:
space:
mode:
authorLucas Castro <lucas@gnuabordo.com.br>2024-01-11 12:07:59 -0300
committerLucas Castro <lucas@gnuabordo.com.br>2024-01-11 12:07:59 -0300
commit11c6082673831a4e7c07633394522a3a9cffeba0 (patch)
treee42650dfeafc8bc253377a689f84b34ae5948042 /foolsm.service
parentf07863bd15070279a38dad7caa3617b0aaf44e96 (diff)
New upstream version 1.0.8
Diffstat (limited to 'foolsm.service')
-rw-r--r--foolsm.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/foolsm.service b/foolsm.service
new file mode 100644
index 0000000..7c74717
--- /dev/null
+++ b/foolsm.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Foolsm 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/foolsm --config /etc/foolsm/foolsm.conf --no-fork
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target