12 lines
199 B
SYSTEMD
12 lines
199 B
SYSTEMD
[Unit]
|
|
Description=Run AWatch DLP syslog forwarder every 3 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=3min
|
|
OnUnitActiveSec=3min
|
|
Persistent=true
|
|
Unit=aw-dlp-syslog-forwarder.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|