diff options
Diffstat (limited to 'openssh.xml.in')
| -rw-r--r-- | openssh.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssh.xml.in b/openssh.xml.in index 2fcdea0a1950..8afe1d366c48 100644 --- a/openssh.xml.in +++ b/openssh.xml.in @@ -19,7 +19,7 @@ <service_bundle type='manifest' name='OpenSSH server'> <service - name='site/openssh' + name='site/__SYSVINIT_NAME__' type='service' version='1'> @@ -56,7 +56,7 @@ <exec_method name='start' type='method' - exec='/lib/svc/method/site/__SYSVINIT_NAME__ start' + exec='__SMF_METHOD_DIR__/__SYSVINIT_NAME__ start' timeout_seconds='60'> <method_context/> </exec_method> |
