summaryrefslogtreecommitdiff
path: root/whered/services/whered.service
blob: cee24eba1d979167da73e675b34b1a443520ee91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=WHRD/UDP Protocol Server
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=always
RestartSec=1
User=whered
ExecStart=/usr/bin/whered

[Install]
WantedBy=multi-user.target