From 20a3404adc079fa28ecc9ec16552fdac255bcab5 Mon Sep 17 00:00:00 2001 From: Eduardo Ivanec Date: Mon, 3 Apr 2023 14:09:02 +0200 Subject: [PATCH] autopushed --- journal/2023-04-03.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 journal/2023-04-03.md 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