Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/9c475a02088e436112d4458218d508157011811a?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update petio-install.sh

tweak service file
pull/3260/head
tteckster 10 months ago committed by GitHub
parent 72d70d7842
commit 9c475a0208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -51,15 +51,18 @@ msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/petio.service cat <<EOF >/etc/systemd/system/petio.service
[Unit] [Unit]
Description=Petio a content request system Description=Petio a content request system
After=network.target After=network.target mongod.service
StartLimitIntervalSec=0
[Service] [Service]
Type=simple Type=simple
User=petio
Restart=on-failure Restart=on-failure
RestartSec=1 RestartSec=1
ExecStart=/opt/Petio/bin/petio-linux ExecStart=/opt/Petio/bin/petio-linux
User=petio
[Install]
WantedBy=multi-user.target
EOF EOF
systemctl enable -q --now petio.service systemctl enable -q --now petio.service

Loading…
Cancel
Save

Powered by BW's shoe-string budget.