mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
10 lines
153 B
SYSTEMD
10 lines
153 B
SYSTEMD
[Unit]
|
|
Description=Check for new subdomains.
|
|
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitActiveSec=10min
|
|
Unit=findomain.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|