updated dip state

This commit is contained in:
Paul 2020-08-01 20:10:26 +02:00
parent 41b197578f
commit 8a893ba913
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ dip:
enabled: true enabled: true
install_dir: /usr/local/apps install_dir: /usr/local/apps
release_dir: /usr/local/apps/releases release_dir: /usr/local/apps/releases
host: 127.0.0.1
port: 8989 port: 8989
mirror: https://git.paulbsd.com/paulbsd/dip/releases/download mirror: https://git.paulbsd.com/paulbsd/dip/releases/download
version: 1.0.0 version: 1.0.0

View File

@ -6,7 +6,7 @@ After=network.target
[Service] [Service]
Type=simple 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] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target