fixed environment variable
This commit is contained in:
parent
772db7f58f
commit
91c333ea1f
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ After=blinky.service
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment="BLINKY_TEMPERATURE_HIGH=80000"
|
||||
Environment="BLINKY_TEMPERATURE_CRITICAL=85000"
|
||||
Environment="BLINKY_URL=localhost:3000"
|
||||
Environment="BLINKY_TYPE=set"
|
||||
Environment="BLINKY_DURATION=1000"
|
||||
|
|
Loading…
Reference in a new issue