summarylogtreecommitdiffstats
path: root/uhub.service
blob: 24d922d883290d2f0a4cebcb397dd1b2df21ee81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=uHub ADC hub Server
Documentation=man:uhub(1)
After=network.target

[Service]
Type=simple
User=uhub
ExecStart=/usr/bin/uhub -p /run/uhub/uhub.pid
ExecReload=/usr/bin/uhub -C ; \
           /bin/kill -HUP $MAINPID
StandardError=journal

[Install]
WantedBy=multi-user.target