Skip to main content

All Questions

3 votes
1 answer
1k views

How to bind a user-level systemd service to network events?

I want to bind a user systemd timer (or service) to network events. For example consider this service: [Unit] Description=shows if connection changed [Service] Type=oneshot Environment=DISPLAY=:0 ...
Zeta.Investigator's user avatar
9 votes
1 answer
3k views

How to make a systemd-timer depend on internet connectivity?

I'm using systemd-timer to periodically run a script which consumes a webservice. Problem is, upon system resume or wake-up, internet connectivity would not get started right away but the timer gets ...
Zeta.Investigator's user avatar