mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 14:13:53 +01:00
10 lines
132 B
SYSTEMD
10 lines
132 B
SYSTEMD
[Unit]
|
|
Description=Download new wallpaper daily
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|