git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/freshclam.service
blob: 735d8170ac7170c269e8a8263613f096dfc789a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=ClamAV database updater (freshclam)
Wants=network.target
Requires=network.target
After=network.target

[Service]
Type=forking
ExecStart=/usr/local/bin/freshclam-start
ExecStop=/usr/local/bin/freshclam-die
TimeoutStartSec=10s
TimeoutStopSec=30s

[Install]
WantedBy=multi-user.target