summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/lib/systemd/system/urshd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/projectroot/lib/systemd/system/urshd.service b/projectroot/lib/systemd/system/urshd.service
new file mode 100644
index 0000000..65d04ab
--- /dev/null
+++ b/projectroot/lib/systemd/system/urshd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=urshd Server
+After=syslog.target
+ConditionKernelCommandLine=devel
+
+[Service]
+ExecStart=/usr/bin/urshd -D
+
+[Install]
+WantedBy=multi-user.target