From 02bdfc20dbf2e4db2dbda58079da690de41741d6 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Sat, 13 Jun 2026 15:43:24 -0500 Subject: [PATCH] Type simple for compat with old systems --- webmin-systemd | 1 + 1 file changed, 1 insertion(+) diff --git a/webmin-systemd b/webmin-systemd index 34f275644..ecb812347 100644 --- a/webmin-systemd +++ b/webmin-systemd @@ -4,6 +4,7 @@ Wants=network-online.target After=network.target network-online.target [Service] +Type=simple Environment="PERLLIB=WEBMIN_LIBDIR" ExecStart=WEBMIN_LIBDIR/miniserv.pl --nofork WEBMIN_CONFIG/miniserv.conf ExecReload=WEBMIN_KILLCMD -HUP $MAINPID