summarylogtreecommitdiffstats
path: root/direwolf.service
diff options
context:
space:
mode:
authorAlexander Fasching2017-03-09 21:22:00 +0100
committerAlexander Fasching2017-03-09 21:30:39 +0100
commitecf859c213726f3914b2a5ec9b5bec5d8d8a12ba (patch)
tree807b9cb27236b219ff41f3171a17a770fa2579f3 /direwolf.service
downloadaur-ecf859c213726f3914b2a5ec9b5bec5d8d8a12ba.tar.gz
Initial package version
Diffstat (limited to 'direwolf.service')
-rw-r--r--direwolf.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/direwolf.service b/direwolf.service
new file mode 100644
index 000000000000..47eb3e7871bb
--- /dev/null
+++ b/direwolf.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Dire Wolf
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/direwolf -l /var/log/direwolf
+Restart=always
+
+[Install]
+WantedBy=multi-user.target