From 232c72bff9f1768000278b3c6cf0d1f0dd69d6c3 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 13 Oct 2023 16:22:01 +0300 Subject: [PATCH] Fix missing stop timeout [build] --- usermin-systemd | 1 + 1 file changed, 1 insertion(+) diff --git a/usermin-systemd b/usermin-systemd index 1c3a01d4..e8d344d5 100644 --- a/usermin-systemd +++ b/usermin-systemd @@ -13,6 +13,7 @@ Type=forking Restart=always RestartSec=2s TimeoutSec=15s +TimeoutStopSec=120s [Install] WantedBy=multi-user.target