From 306037cabb191a94ca2adcf8d47822627cc4a674 Mon Sep 17 00:00:00 2001 From: iliajie Date: Wed, 15 Feb 2023 02:27:35 +0200 Subject: [PATCH] Fix to add missing units --- webmin-systemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmin-systemd b/webmin-systemd index 91581682d..7edb1b55a 100644 --- a/webmin-systemd +++ b/webmin-systemd @@ -11,7 +11,7 @@ Type=forking Restart=always RestartSec=2s TimeoutSec=15s -TimeoutStopSec=300 +TimeoutStopSec=300s [Install] WantedBy=multi-user.target