You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-antivirus/skyldav/files/skyldav.service-r1

16 lines
392 B

[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