updated dip state
This commit is contained in:
parent
41b197578f
commit
8a893ba913
@ -3,6 +3,7 @@ dip:
|
||||
enabled: true
|
||||
install_dir: /usr/local/apps
|
||||
release_dir: /usr/local/apps/releases
|
||||
host: 127.0.0.1
|
||||
port: 8989
|
||||
mirror: https://git.paulbsd.com/paulbsd/dip/releases/download
|
||||
version: 1.0.0
|
||||
|
@ -6,7 +6,7 @@ After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart={{ dip.install_dir }}/dip/dip -configfile {{ dip.install_dir }}/config/common.ini -port {{ dip.port }}
|
||||
ExecStart={{ dip.install_dir }}/dip/dip -host {{ dip.host }} -port {{ dip.port }}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user