summarylogtreecommitdiffstats
path: root/dspam.service
blob: 1a5b1e710d7426f61273eb150908759d068f0a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=A highly accurate statistical spam filter that uses minimal resources

[Service]
Type=forking
User=dspam
ExecStart=/usr/bin/dspam --daemon 2>/dev/null
PrivateTmp=true

[Install]
WantedBy=multi-user.target