summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenya Sovetkin2015-08-07 16:20:50 +0200
committerJenya Sovetkin2015-08-07 16:20:50 +0200
commit295144ac341275da108997f3b732b0e492b35597 (patch)
treed904a7ac4bdd90c7d9e26d9c271bc656db52af22
parent0bb6741ae8f0efe02718d3780a2d9f045a9a96d0 (diff)
downloadaur-295144ac341275da108997f3b732b0e492b35597.tar.gz
added service file
-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