This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
ExecReload=/bin/kill -HUP $MAINPID -
ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f -
LimitNOFILE=1048576 -
NonBlocking=yes -
Restart=always -
RuntimeDirectory=rspamd -
RuntimeDirectoryMode=0755 -
User=_rspamd -
User=rspamd
-
-
[Unit]-
After=nss-lookup.target network-online.target -
After=nss-lookup.target network-online.target redis.target -
Description=rapid spam filtering system -
Documentation=https://rspamd.com/doc/ -
Wants=network-online.target
-
Additionnal notes
Nothing here.