summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVance M. Allen <vma_gentoo@vmacs.us>2023-04-08 08:50:15 -0600
committerVance M. Allen <vma_gentoo@vmacs.us>2023-04-08 08:50:15 -0600
commit561c15c28a8222dfeba106ee20eb4d1b66efa070 (patch)
treeb3b4b68d9db9f0e6898cf173b8c02cb7910984db /app-admin/webmin/files/webmin.service
parentRemoved webmin support, added updates to TeamSpeak Server and Joomla, cleaned... (diff)
downloadvmacs-561c15c28a8222dfeba106ee20eb4d1b66efa070.tar.gz
vmacs-561c15c28a8222dfeba106ee20eb4d1b66efa070.tar.bz2
vmacs-561c15c28a8222dfeba106ee20eb4d1b66efa070.zip
Add support for Webmin 2.021 and Joomla 4.2.9
Removed phpMyAdmin from overlay; core Gentoo Portage tree now has current version Signed-off-by: Vance M. Allen <vma_gentoo@vmacs.us>
Diffstat (limited to 'app-admin/webmin/files/webmin.service')
-rw-r--r--app-admin/webmin/files/webmin.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-admin/webmin/files/webmin.service b/app-admin/webmin/files/webmin.service
new file mode 100644
index 0000000..5bec85b
--- /dev/null
+++ b/app-admin/webmin/files/webmin.service
@@ -0,0 +1,18 @@
+[Unit]
+Description=Webmin Administration Tool
+After=network.target remote-fs.target nss-lookup.target
+ConditionFileNotEmpty=%config%
+ConditionFileNotEmpty=%conf%
+
+[Service]
+RemainAfterExit=yes
+KillMode=mixed
+# Webmin is exiting with 1 on SIGTERM
+SuccessExitStatus=1
+ExecStart=%exe% %conf%
+PIDFile=%pid%
+Environment="PERLLIB=%perllib%" LANG=
+ExecReload=/bin/kill -USR1 $MAINPID
+
+[Install]
+WantedBy=multi-user.target