git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/freshclam.service
blob: a14de835039e66d6c81e9f323991fa9f1409ca58 (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/sbin/freshclamd start
ExecStop=/usr/local/sbin/freshclamd stop
TimeoutStartSec=10s
TimeoutStopSec=30s

[Install]
WantedBy=multi-user.target