From 193b702d2f4a3456f30871a58195830dd81de164 Mon Sep 17 00:00:00 2001 From: Thatoo Date: Sun, 7 Jul 2024 16:16:49 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/systemd.service b/conf/systemd.service index 2f37346..05a1bc1 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,6 +8,8 @@ User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ ExecStart=__INSTALL_DIR__/mautrix-signal -c=__INSTALL_DIR__/config.yaml +Restart=always +RestartSec=3 [Install] WantedBy=multi-user.target