blob: 6b7f320f4e5ad862b9a748c8270d690c259894c6 (
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.ini"
User=waterspout
[Install]
WantedBy=multi-user.target
|