summarylogtreecommitdiffstats
path: root/adsbexchange-stats.service
blob: 01aa1acdfdbfd9828495938f73f555944efed3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=ADSBexchange Stats
Wants=network.target readsb.service
After=network.target readsb.service

[Service]
Type=simple
User=readsb
RuntimeDirectory=adsbexchange-stats
RuntimeDirectoryMode=0755
WorkingDirectory=/run/adsbexchange-stats
ExecStart=/usr/bin/adsbexchange-stats
Restart=always
RestartSec=30

[Install]
WantedBy=multi-user.target