From 440a94ab4a8c7664ed2d719b93b12d085150c9e7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 4 Mar 2022 21:35:39 +0100 Subject: [PATCH] weather: don't require weather.service on boot Without network, it will stay as "activating". --- dotfiles/systemd/weather.timer | 1 + dotfiles/systemd/xsession.target | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd/weather.timer b/dotfiles/systemd/weather.timer index 706727c..4eaab3f 100644 --- a/dotfiles/systemd/weather.timer +++ b/dotfiles/systemd/weather.timer @@ -4,4 +4,5 @@ PartOf=graphical-session.target [Timer] OnCalendar=hourly +OnStartupSec=30 Persistent=true diff --git a/dotfiles/systemd/xsession.target b/dotfiles/systemd/xsession.target index 80ff1b6..bd5af73 100644 --- a/dotfiles/systemd/xsession.target +++ b/dotfiles/systemd/xsession.target @@ -9,7 +9,6 @@ Wants=policykit-agent.service Wants=pulseaudio.socket Wants=redshift.service Wants=ssh-agent.service -Wants=weather.service Wants=weather.timer Wants=xiccd.service Wants=xsettingsd.service