15 lines
224 B
SYSTEMD
15 lines
224 B
SYSTEMD
|
[Unit]
|
||
|
Description=Sharingan-IDS | rkhunter HIDS
|
||
|
|
||
|
[Service]
|
||
|
Nice=19
|
||
|
IOSchedulingClass=best-effort
|
||
|
IOSchedulingPriority=7
|
||
|
Type=simple
|
||
|
ExecStart=rkhunter --check --sk
|
||
|
User=root
|
||
|
group=root
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|