Browse Source

Update weather-api.service

master
Levi Olson 4 years ago
committed by GitHub
parent
commit
0eb06afc23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      weather-api.service

+ 2
- 2
weather-api.service View File

@ -9,7 +9,7 @@ User=root
Group=root Group=root
LimitNOFILE=1024 LimitNOFILE=1024
Environment="DARK_SKY_API_KEY=" Environment="DARK_SKY_API_KEY="
Environment="GIN_MODE=release"
Environment="GIN_MODE=dev"
Restart=on-failure Restart=on-failure
RestartSec=10 RestartSec=10
@ -27,4 +27,4 @@ StandardError=syslog
SyslogIdentifier=weatherapi SyslogIdentifier=weatherapi
[Install] [Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

Loading…
Cancel
Save