summarylogtreecommitdiffstats
path: root/beacon.service
diff options
context:
space:
mode:
authorRomain Dura2019-06-17 22:03:19 -0700
committerRomain Dura2019-06-17 22:03:19 -0700
commitffdb5aef4609371b8ca4633da84dec620c5c14f8 (patch)
tree4fc12652577b5ced667da34ebff998a2e307d35a /beacon.service
downloadaur-beacon.tar.gz
Add beacon v1.1.0 with optional beacon.service
Diffstat (limited to 'beacon.service')
-rw-r--r--beacon.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/beacon.service b/beacon.service
new file mode 100644
index 000000000000..4da0094a8539
--- /dev/null
+++ b/beacon.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Beacon service
+After=network.target
+StartLimitIntervalSec=0
+
+[Service]
+Type=simple
+Restart=always
+RestartSec=1
+User=root
+ExecStart=/usr/bin/beacon
+
+[Install]
+WantedBy=multi-user.target