diff --git a/shellinabox.service b/shellinabox.service new file mode 100644 index 0000000..5ef7c68 --- /dev/null +++ b/shellinabox.service @@ -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