summarylogtreecommitdiffstats
path: root/wesher.service
diff options
context:
space:
mode:
Diffstat (limited to 'wesher.service')
-rw-r--r--wesher.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/wesher.service b/wesher.service
new file mode 100644
index 000000000000..008239f8e741
--- /dev/null
+++ b/wesher.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=wesher - wireguard mesh builder
+After=network-online.target
+
+[Service]
+EnvironmentFile=-/etc/default/wesher
+ExecStart=/usr/bin/wesher
+Restart=on-failure
+Type=simple
+
+[Install]
+WantedBy = multi-user.target