summarylogtreecommitdiffstats
path: root/beacon.service
blob: 4da0094a85399816a37805bfa7c80ff653e553a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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