From 2d526a3651f6e789f99b8e4c1c1583b39869972a Mon Sep 17 00:00:00 2001 From: Lucas Castro Date: Thu, 11 Jan 2024 12:07:59 -0300 Subject: New upstream version 1.0.8 --- foolsm.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 foolsm.service (limited to 'foolsm.service') 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 -- cgit v1.2.3