musicmatze :rust: :nixos:<p>Hey <span class="h-card" translate="no"><a href="https://mastodon.social/@systemdUltras" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>systemdUltras</span></a></span> <a href="https://social.linux.pizza/tags/systemd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemd</span></a> <a href="https://social.linux.pizza/tags/systemdultras" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemdultras</span></a></p><p>How to pause a timer during the execution of a service?</p><p>Usecase: I have a timer that does a mail-sync every 10 or 15 minutes. I have another timer that does a backup every day at 11. During the run of the backup, I want to pause the mail-sync.</p><p>I bet there's a way to properly do this with systemd - I am just not sure what the right way is.</p><p>Btw, both of these services are user-services, if that matters.</p>