Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # foreman-proxy
- description "foreman-proxyserver"
- author "Chuck Short <[email protected]>"
- start on runlevel [2345]
- stop on runlevel [!2345]
- console output
- #setuid foreman-proxy
- #setgid foreman-proxy
- #kill timeout 5
- # empty expect
- # initctl status foreman-proxy:
- # foreman-proxy stop/waiting
- # exec /usr/share/foreman-proxy/bin/smart-proxy
- expect daemon
- # initctl status foreman-proxy
- # foreman-proxy start/running, process 1010
- # root 1121 1 0 17:08 ? 00:00:00 ruby /usr/share/foreman-proxy/bin/smart-proxy
- # exec /usr/share/foreman-proxy/bin/smart-proxy
- #expect fork
- # initctl status foreman-proxy
- # foreman-proxy start/running, process 1004
- # root 1132 1 0 17:14 ? 00:00:00 ruby /usr/share/foreman-proxy/bin/smart-proxy
- # exec /usr/share/foreman-proxy/bin/smart-proxy
- exec /usr/share/foreman-proxy/bin/smart-proxy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement