systemd service
/usr/lib/systemd/system/shellinabox.service systemctl daemon-reload systemctl enable shellinabox
This commit is contained in:
parent
aad308e7ae
commit
08e81d5ff2
1 changed files with 9 additions and 0 deletions
9
shellinabox.service
Normal file
9
shellinabox.service
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[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
|
Loading…
Reference in a new issue