summarylogtreecommitdiffstats
path: root/direwolf.service
diff options
context:
space:
mode:
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