endlessh/util/smf
yvoinov cb7ee90cf5 Solaris SMF
Closes #18.
2019-03-28 10:53:13 -04:00
..
endlessh.conf Solaris SMF 2019-03-28 10:53:13 -04:00
endlessh.xml Solaris SMF 2019-03-28 10:53:13 -04:00
init.endlessh Solaris SMF 2019-03-28 10:53:13 -04:00
README Solaris SMF 2019-03-28 10:53:13 -04:00

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! :)