shell-scripte-code/shellinabox.service
Simon Rieger 08e81d5ff2 systemd service
/usr/lib/systemd/system/shellinabox.service
systemctl daemon-reload
systemctl enable shellinabox
2016-12-15 15:54:36 +01:00

9 lines
218 B
Desktop File

[Unit]
Description=shellinabox
[Service]
Type=oneshot
ExecStart=/opt/shellinabox/shellinaboxd --cert=/tmp/ --service=/:webssh:webssh:HOME:'/home/webssh/shellinabox_sshwrapper.sh'
[Install]
WantedBy=multi-user.target