- cross-posted to:
- linux_memes@programming.dev
- cross-posted to:
- linux_memes@programming.dev
cross-posted from: https://swg-empire.de/post/3428368
Though you still have to suspend by yourself when you’re done.
cross-posted from: https://swg-empire.de/post/3428368
Though you still have to suspend by yourself when you’re done.
Can’t you just suspend with another timer that calls
Unit=suspend.target
?Yes, do that a minute after everything else started but run the services themselves with
systemd-inhibit
(another nice thing I didn’t know exists) so that it only goes back to sleep when the last service is done.