diff options
author | H. P. <harald.p.@xmart.de> | 2018-07-05 20:11:59 +0200 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-07-05 20:11:59 +0200 |
commit | b1332ed3c4ea2f6667ce3149fdcc2be047ea119a (patch) | |
tree | 2814be2e7dc211ada46731e6fb0363005944551a /usr/local/bin/freshclam-start | |
download | systemd-units-b1332ed3c4ea2f6667ce3149fdcc2be047ea119a.tar.bz2 |
Initial commit
Diffstat (limited to 'usr/local/bin/freshclam-start')
-rwxr-xr-x | usr/local/bin/freshclam-start | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/bin/freshclam-start b/usr/local/bin/freshclam-start new file mode 100755 index 0000000..e8096d2 --- /dev/null +++ b/usr/local/bin/freshclam-start @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/freshclam --daemon --checks=4 --pid="/run/freshclam/freshclam.pid" |