10 lines
154 B
SYSTEMD
10 lines
154 B
SYSTEMD
[Unit]
|
|
Description=Daily dpkg database backup timer
|
|
Documentation=man:dpkg(1)
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|