mirror of
https://gh.wpcy.net/https://github.com/voicetel/freescout-notifier.git
synced 2026-04-16 20:12:18 +08:00
10 lines
170 B
SYSTEMD
10 lines
170 B
SYSTEMD
[Unit]
|
|
Description=Run FreeScout Notifier every 5 minutes
|
|
Requires=freescout-notifier.service
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/5
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|