updated dip state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2022-10-01 20:09:46 +02:00
parent 220131da19
commit afff59da88
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +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 host: "[::]"
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,8 @@ After=network.target
[Service] [Service]
Type=simple Type=simple
ExecStart={{ dip.install_dir }}/dip/dip -host {{ dip.host }} -port {{ dip.port }} WorkingDirectory={{ dip.install_dir }}/dip
ExecStart={{ dip.install_dir }}/dip/dip -host "{{ dip.host }}" -port {{ dip.port }}
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target