Skip to content

Commit

Permalink
Fix mapproxy issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 21, 2019
1 parent 2a770ab commit da249cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/systemd/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[Unit]
Description = Mapproxy backend (instance %i)

[Service]
Restart=always
User = www-data
Expand All @@ -15,4 +15,4 @@ WorkingDirectory=MAPPROXY_DIR
ExecStart=MAPPROXY_DIR/bin/mapproxy-util serve-develop -b 0.0.0.0:810%i MAPPROXY_DIR/myconfig/mapproxy.yaml

[Install]
WantedBy=local.target
WantedBy = multi-user.target

0 comments on commit da249cd

Please sign in to comment.