summaryrefslogtreecommitdiff
path: root/nshd.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-08-26 20:25:52 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-08-26 20:25:52 -0600
commit13bb2e14fcdd260d060b7240357d4a8a80002114 (patch)
tree8bd49d988aa597c98578833b0b82b952b203c98b /nshd.service
parenta6ac8f680062069b2821214f5b74cc96673ee4ca (diff)
work
Diffstat (limited to 'nshd.service')
-rw-r--r--nshd.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/nshd.service b/nshd.service
new file mode 100644
index 0000000..0af363d
--- /dev/null
+++ b/nshd.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Parabola hackers.git authentication
+Requires=nshd.socket
+After=syslog.target nshd.socket
+
+[Service]
+Type=notify
+Sockets=nshd.socket
+ExecStart=/usr/bin/nshd
+
+User=nshd
+Group=nshd
+
+[Install]
+WantedBy=multi-user.target
+