Hacker News new | ask | show | jobs
by bmicraft 860 days ago
Naively, I'd expect `ExecStop=` to just work™. Is this not the case?
1 comments

The issue would be blocking the network coming down.
I think something like:

  Wants=network-online.target
  After=network-online.target
  Before=shutdown.target
  DefaultDependencies=no
Yeah it’s definitely expressable but non-obvious