This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN CAP_SETGID CAP_SETUID
-
Environment=ARPWATCH_ARGS=
-
EnvironmentFile=-/etc/sysconfig/arpwatch
-
ExecStart=/bin/true
-
ExecStart=/usr/sbin/arpwatch $ARPWATCH_ARGS -f /var/lib/arpwatch/arp.dat
-
ExecStart=/usr/sbin/arpwatch -u arpwatch -F $OPTIONS
-
ExecStartPre=/usr/bin/touch /var/lib/arpwatch/arp.dat
-
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 -
ProtectProc
Introduced in systemd 247=invisible -
ProtectSystem
Introduced in systemd 214=full -
RemainAfterExit=yes
-
Restart=on-failure
-
RestrictRealtime
Introduced in systemd 231=yes -
RestrictSUIDSGID
Introduced in systemd 242=yes -
SystemCallArchitectures=native
-
SystemCallFilter=@system-service ~@aio @chown @clock @ipc @keyring @memlock @resources
-
Type=forking
-
Type=oneshot
-
Type=simple
-
WorkingDirectory=/var/lib/arpwatch
-
-
[Unit]
-
After=network.target exim.service postfix.service sendmail.service
-
After=syslog.target network-online.target
-
Conflicts=arpwatch.target
-
Description=Arpwatch daemon which keeps track of ethernet/ip address pairings
-
Description=arpwatch service
-
Documentation=man:arpwatch(8)
-
Wants=network-online.target
-
Additionnal notes
Nothing here.