This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=/etc/default/fwlogwatch
-
ExecStart=/bin/sh -c 'if [ "x${START_DAEMON}" != "xtrue" ]; then echo "aborted"; exit 1; fi; exec /usr/sbin/fwlogwatch -c /etc/fwlogwatch/fwlogwatch.config -R ${PARAMS}'
-
InaccessibleDirectories=/boot /home /media /mnt /root /opt /srv
-
PIDFile=/run/fwlogwatch.pid
-
PrivateTmp=yes
-
ReadOnlyDirectories=/etc /usr /var
-
ReadWriteDirectories=/var/run
-
Type=forking
-
-
[Unit]
-
After=syslog.socket remote-fs.target
-
Description=Firewall log analyzer
-
Documentation=man:fwlogwatch
-
Additionnal notes
Nothing here.