mirror of
https://github.com/skeeto/endlessh.git
synced 2025-12-10 06:55:36 +00:00
committed by
Christopher Wellons
parent
494c68b8d7
commit
cb7ee90cf5
25
util/smf/README
Normal file
25
util/smf/README
Normal file
@@ -0,0 +1,25 @@
|
||||
Solaris SMF installation
|
||||
========================
|
||||
|
||||
Before installing SMF:
|
||||
|
||||
1. Put endlessh binary to /usr/local/bin
|
||||
2. Edit endlessh.conf and put it to /usr/local/etc
|
||||
|
||||
To install SMF:
|
||||
|
||||
1. Put endlessh.xml to /var/svc/manifest/network
|
||||
2. Run svccfg import endlessh.xml
|
||||
3. Put init.endlessh to /lib/svc/method
|
||||
4. Run svcadm enable endlessh
|
||||
|
||||
Note: Log will write to /var/log/endlessh.log by default.
|
||||
|
||||
To uninstall SMF:
|
||||
|
||||
1. Run svcadm disable endlessh
|
||||
2. rm -f /lib/svc/method/init.endlessh
|
||||
3. svccfg delete svc:/network/endlessh:default
|
||||
4. rm -f /var/svc/manifest/network/endlessh.xml
|
||||
|
||||
Enjoy! :)
|
||||
Reference in New Issue
Block a user