summarylogtreecommitdiffstats
path: root/peerunityd@.service
diff options
context:
space:
mode:
authorslubman2015-10-04 08:40:43 +0200
committerslubman2015-10-04 08:41:23 +0200
commite1d406e3d74a49dc926a729276b06c93d158e502 (patch)
tree788bb94231c917f863be10f432b2e7aa19cfc6e9 /peerunityd@.service
downloadaur-e1d406e3d74a49dc926a729276b06c93d158e502.tar.gz
Initial commit for peerunity
Diffstat (limited to 'peerunityd@.service')
-rw-r--r--peerunityd@.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/peerunityd@.service b/peerunityd@.service
new file mode 100644
index 000000000000..1b05e88ecef0
--- /dev/null
+++ b/peerunityd@.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Peerunity Daemon
+After=network.target
+
+[Service]
+User=%i
+Group=users
+Type=simple
+ExecStart=/usr/bin/peerunityd
+
+[Install]
+WantedBy=multi-user.target