From 08e81d5ff2687f9f0583b6d083319b23b3b2e516 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 15 Dec 2016 15:54:36 +0100 Subject: [PATCH] systemd service /usr/lib/systemd/system/shellinabox.service systemctl daemon-reload systemctl enable shellinabox --- shellinabox.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 shellinabox.service 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