weather: don't require weather.service on boot

Without network, it will stay as "activating".
This commit is contained in:
Vincent Bernat 2022-03-04 21:35:39 +01:00
parent 35c275e466
commit 440a94ab4a
2 changed files with 1 additions and 1 deletions

View file

@ -4,4 +4,5 @@ PartOf=graphical-session.target
[Timer] [Timer]
OnCalendar=hourly OnCalendar=hourly
OnStartupSec=30
Persistent=true Persistent=true

View file

@ -9,7 +9,6 @@ Wants=policykit-agent.service
Wants=pulseaudio.socket Wants=pulseaudio.socket
Wants=redshift.service Wants=redshift.service
Wants=ssh-agent.service Wants=ssh-agent.service
Wants=weather.service
Wants=weather.timer Wants=weather.timer
Wants=xiccd.service Wants=xiccd.service
Wants=xsettingsd.service Wants=xsettingsd.service