summarylogtreecommitdiffstats
path: root/adsbexchange-stats.service
blob: 1fca3a95cf5b7687388422e2944e65169bd62a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=ADSBexchange Stats

[Service]
Type=simple
ExecStart=/usr/bin/adsbexchange-stats
WorkingDirectory=/var/run
StandardOutput=inherit
StandardError=inherit
Restart=always
RestartSec=30
User=readsb

[Install]
WantedBy=multi-user.target