11 lines
147 B
SYSTEMD
11 lines
147 B
SYSTEMD
[Unit]
|
|
Description=nxy database dump timer
|
|
After=postgresql.service
|
|
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitActiveSec=12h
|
|
|
|
[Install]
|
|
WantedBy=default.target
|