♻️ refactor(systemd): changed wallpaper timer from 2 hours to 1 hour
This commit is contained in:
parent
3799ea855f
commit
862ae6225e
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Timer to change the wallpaper each 2 hours
|
Description=Timer to change the wallpaper each 1 hours
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=0min
|
OnBootSec=0min
|
||||||
OnCalendar=0/2:00:00
|
OnCalendar=0/1:00:00
|
||||||
Unit=change_wallpaper.service
|
Unit=change_wallpaper.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue