Hi,
does anyone have a working savdid.service file for SAVDI ?
I tried to create one but its not working:
[Unit]
Description=SAV Dynamic Interface (SAVDI) for Sophos Anti-Virus for Linux.
After=network.target
[Service]
Type=forking
PIDFile=/var/tmp/savdi/new.pid
ExecStart=/usr/local/bin/savdid -d -c /usr/local/savdi/savdid.conf
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
PrivateTmp=true
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target
This thread was automatically locked due to age.