summaryrefslogtreecommitdiff
blob: 415d94a876680d0b102ed0ec852b7150e9c92c83 (plain)
1
2
3
4
5
6
7
8
#!/sbin/openrc-run

command="/usr/bin/freshclam"
pidfile="/run/${RC_SVCNAME}.pid"

# Ignore the value of "PidFile" set in freshclam.conf.
command_args="-p ${pidfile}"
command_args_background="--daemon"