11 lines
173 B
SYSTEMD
11 lines
173 B
SYSTEMD
[Unit]
|
|
Description=SteamPrefill Recent - run daily
|
|
Requires=steamprefill-recent.service
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 00:00:00
|
|
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |