summaryrefslogtreecommitdiff
path: root/app-antivirus/skyldav/files/skyldav.service-r1
blob: decd788a9f83292d2b18aa8bae125ddc8220d187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=SkyldAV anti-virus on-access scanning daemon based upon Clam AV and fanotify
Requires=local-fs.target clamd.service
After=local-fs.target clamd.service
Before=multi-user.target

[Service]
Type=simple
Environment="SKYLDAV_MESSAGE_LEVEL=2"
ExecStart=/usr/sbin/skyldav -d -m ${SKYLDAV_MESSAGE_LEVEL}
#KillMode=process
#KillSignal=SIGTERM

[Install]
WantedBy=multi-user.target