15 lines
216 B
SYSTEMD
15 lines
216 B
SYSTEMD
|
[Unit]
|
||
|
Description=Sharingan-IDS | Freshclam service
|
||
|
|
||
|
[Service]
|
||
|
Nice=19
|
||
|
IOSchedulingClass=best-effort
|
||
|
IOSchedulingPriority=7
|
||
|
Type=simple
|
||
|
ExecStart=freshclam
|
||
|
User=root
|
||
|
group=root
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|