summarylogtreecommitdiffstats
path: root/webssh.service
diff options
context:
space:
mode:
Diffstat (limited to 'webssh.service')
-rw-r--r--webssh.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/webssh.service b/webssh.service
new file mode 100644
index 000000000000..fb0c2abbae73
--- /dev/null
+++ b/webssh.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=SSH Web Front End
+
+[Service]
+User=webssh
+EnvironmentFile=/etc/conf.d/webssh
+ExecStart=/usr/bin/wssh $WEBSSH_ARGS
+
+[Install]
+WantedBy=multi-user.target