Skip to content

Commit

Permalink
feat(install): added host environment variable to service file
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed Nov 19, 2023
1 parent 89b6e88 commit d9e6132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Group=meltcd
Restart=always
RestartSec=3
Environment="PATH=$PATH"
Environment="MELTCD_HOST=0.0.0.0"
[Install]
WantedBy=default.target
Expand Down

0 comments on commit d9e6132

Please sign in to comment.