summaryrefslogtreecommitdiff
path: root/contrib/waterspout-web.service
blob: 377a22154cce914378964bfc39062916d260b3be (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Waterspout Radar Web Interface

[Service]
Type=simple
ExecStart=uwsgi --socket /run/waterspout-radar.sock --module waterspout_radar.web:app --vacuum
Environment="WATERSPOUT_RADAR_CONFIG=/etc/waterspout-radar.conf"
User=waterspout

[Install]
WantedBy=multi-user.target