10 lines
155 B
SYSTEMD
10 lines
155 B
SYSTEMD
|
[Unit]
|
||
|
Description=Updates lockscreen background
|
||
|
Requires=lightdm.service
|
||
|
After=lightdm.service
|
||
|
|
||
|
[Timer]
|
||
|
OnActiveSec=5min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|