From 5a21efcc977e14e893f9db9ac76b7c1ad0e1462f Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Thu, 3 Jan 2019 13:29:16 -0600 Subject: [PATCH] No need for quotes around api key --- weather-api.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-api.service b/weather-api.service index c7c1858..d75bc5e 100644 --- a/weather-api.service +++ b/weather-api.service @@ -8,7 +8,7 @@ Type=simple User=root Group=root LimitNOFILE=1024 -Environment="DARK_SKY_API_KEY=\"\"" +Environment="DARK_SKY_API_KEY=" Restart=on-failure RestartSec=10