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