diff options
Diffstat (limited to 'app-antivirus/skyldav/files/skyldav.service-r1')
-rw-r--r-- | app-antivirus/skyldav/files/skyldav.service-r1 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-antivirus/skyldav/files/skyldav.service-r1 b/app-antivirus/skyldav/files/skyldav.service-r1 deleted file mode 100644 index decd788..0000000 --- a/app-antivirus/skyldav/files/skyldav.service-r1 +++ /dev/null @@ -1,15 +0,0 @@ -[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 |