1
0
Fork 0
Scripts/Perso/systemd_timers/lockScreenUpdate.timer

12 lines
175 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Updates lockscreen background
Requires=lightdm.service
After=lightdm.service
[Timer]
OnBootSec=5min
2019-01-25 10:58:01 +01:00
OnUnitActiveSec=5min
[Install]
WantedBy=timers.target