diff options
Diffstat (limited to 'contrib/waterspout-web.service')
-rw-r--r-- | contrib/waterspout-web.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/waterspout-web.service b/contrib/waterspout-web.service index 377a221..6b7f320 100644 --- a/contrib/waterspout-web.service +++ b/contrib/waterspout-web.service @@ -4,7 +4,7 @@ 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" +Environment="WATERSPOUT_RADAR_CONFIG=/etc/waterspout-radar.ini" User=waterspout [Install] |