diff --git a/journal/2023-04-03.md b/journal/2023-04-03.md new file mode 100644 index 000000000..7a757bcf4 --- /dev/null +++ b/journal/2023-04-03.md @@ -0,0 +1,3 @@ +- #push [[systemd]] + - to actually always restart a service instead of giving up even when you passed `Restart=always`, you need to also pass `StartLimitIntervalSec=0` in the `[Unit]` section. + - source: https://unix.stackexchange.com/questions/289629/systemd-restart-always-is-not-honored