Update rspamd config file locations
This commit is contained in:
@ -54,7 +54,7 @@ Note that debian also has an onion service package archive, so you may want to e
|
||||
deb tor://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian `lsb_release -cs` main
|
||||
```
|
||||
|
||||
Copy (and modify according to your needs) the site files in `var/www` to `/var/www`, `usr/local` to `/usr/local` and the configuration files in `etc` to `/etc` after installation has finished. Then restart some services:
|
||||
Copy (and modify according to your needs) the site files in `var/www` to `/var/www` and the configuration files in `etc` to `/etc` after installation has finished. Then restart some services:
|
||||
```
|
||||
systemctl daemon-reload && systemctl restart bind9.service && systemctl restart tor@default.service
|
||||
```
|
||||
|
@ -1,17 +0,0 @@
|
||||
[Unit]
|
||||
Description=rapid spam filtering system
|
||||
After=nss-lookup.target network-online.target
|
||||
Documentation=https://rspamd.com/doc/
|
||||
|
||||
[Service]
|
||||
LimitNOFILE=1048576
|
||||
NonBlocking=true
|
||||
ExecStart=/usr/local/bin/rspamd -c /usr/local/etc/rspamd/rspamd.conf -f
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
User=_rspamd
|
||||
RuntimeDirectory=rspamd
|
||||
RuntimeDirectoryMode=0755
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user