summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shellinabox@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/shellinabox@.service b/shellinabox@.service
new file mode 100644
index 000000000000..f4e94447d25f
--- /dev/null
+++ b/shellinabox@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Shell In a Box service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+User=%i
+ExecStart=shellinaboxd -b -s '/:SSH:localhost' --localhost-only -c ~/.config
+
+[Install]
+WantedBy=multi-user.target