This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CapabilityBoundingSet=CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER CAP_NET_ADMIN CAP_NET_RAW CAP_SETGID CAP_SETUID
-
Environment="RUNAS=root"
-
Environment=ARPWATCH_ARGS=
-
EnvironmentFile=-/etc/sysconfig/arpwatch
-
EnvironmentFile=/etc/default/arpwatch -/etc/arpwatch/%i.iface
-
ExecStart=/usr/bin/arpwatch -f /var/lib/arpwatch/%i.dat -i %i
-
ExecStart=/usr/sbin/arpwatch $ARPWATCH_ARGS -i %i -f /var/lib/arpwatch/arp.dat.%i
-
ExecStart=/usr/sbin/arpwatch -u $RUNAS -i %i -f %i.dat $ARGS $IFACE_ARGS -F ${PCAP_FILTER}
-
ExecStartPre=/usr/bin/touch -a %i.dat /bin/chown $RUNAS %i.dat
-
ExecStartPre=/usr/bin/touch /var/lib/arpwatch/%i.dat
-
ExecStartPre=/usr/bin/touch /var/lib/arpwatch/arp.dat.%i
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
ProtectSystem
Introduced in systemd 214=yes -
Restart=on-failure
-
RestrictRealtime
Introduced in systemd 231=yes -
Type=forking
-
WorkingDirectory=/var/lib/arpwatch
-
-
[Unit]
-
After=network-online.target
-
After=network.target
-
After=network.target exim.service postfix.service sendmail.service
-
Description=Arpwatch daemon which keeps track of ethernet/ip address pairings
-
Description=Watch ARP on interface %i
-
Description=arpwatch service on interface %I
-
Documentation=man:arpwatch(8)
-
PartOf=arpwatch.service
-
PartOf=arpwatch.target
-
Wants=network-online.target
-
Additionnal notes
Nothing here.