This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=-/etc/default/spamd
-
EnvironmentFile=-/etc/sysconfig/spamd
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecReload=/usr/bin/kill -HUP $MAINPID
-
ExecStart=/usr/sbin/spamd $SPAMD_ARGS -r /run/spamd.pid
-
ExecStart=/usr/sbin/spamd --pidfile=/run/spamd.pid $OPTIONS
-
LockPersonality
Introduced in systemd 235=yes -
PIDFile=/run/spamd.pid
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=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 -
Restart=always
-
RestrictNamespaces
Introduced in systemd 233=yes -
RestrictRealtime
Introduced in systemd 231=yes -
RestrictSUIDSGID
Introduced in systemd 242=yes -
StandardError=null
-
StandardOutput=null
-
Type=forking
-
Type=simple
-
-
[Unit]
-
After=network.target
-
After=remote-fs.target network.target
-
Before=mail-transfer-agent.target
-
Description=Daemonized version of spamassassin
-
Description=Perl-based spam filter using text analysis
-
Wants=remote-fs.target network.target
-
Additionnal notes
Nothing here.