| Server IP : 172.67.134.114 / Your IP : 162.159.115.41 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/libexec/webmin/virtualmin-init/ |
Upload File : |
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<service_bundle type='manifest' name='${NAME}'>
<service
name='virtualmin/${DOM}/${NAME}'
type='service'
version='1'>
<create_default_instance enabled='true' />
<single_instance/>
<dependency
name='milestone'
grouping='require_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/milestone/sysconfig' />
</dependency>
<exec_method
type='method'
name='start'
exec='${START}'
timeout_seconds='60'>
<method_context working_directory='${HOME}'>
<method_credential user='${USER}' group='${GROUP}' />
</method_context>
</exec_method>
<exec_method
type='method'
name='stop'
exec='${STOP}'
timeout_seconds='60'>
<method_context working_directory='${HOME}'>
<method_credential user='${USER}' group='${GROUP}' />
</method_context>
</exec_method>
<stability value='Unstable' />
<template>
<common_name>
<loctext xml:lang='C'>${DESC}
</loctext>
</common_name>
</template>
</service>
</service_bundle>