You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; will be include automatically for all[common]domain = 10.0.0.2
...
[Area1]
...
; will be include automatically for "Name" and override if exists at other areas[Name]
...
Service /usr/lib/systemd/system/sync-dns.service:
[Unit]Description=Sync MikroTik DNS records
[Service]Type=oneshot
User=sync-dns
WorkingDirectory=~
ExecStart=/usr/bin/java -jar /srv/sync-dns/sync.jar
Timer /usr/lib/systemd/system/sync-dns.timer:
[Unit]Description=Daily sync MikroTik DNS records
[Timer]OnCalendar=*-*-* 2:00:00
Persistent=true
[Install]WantedBy=timers.target