mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
13 lines
220 B
SYSTEMD
13 lines
220 B
SYSTEMD
|
[Unit]
|
||
|
Description=Disable wallpaper change notifications
|
||
|
RefuseManualStart=no
|
||
|
RefuseManualStop=no
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=Mon..Fri 7:30:00
|
||
|
Persistent=true
|
||
|
Unit=start-work-wallpaper.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|