Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/0cd66aa0d93b19eb6837a65e01a0c6e7682c013e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added reload to systemd unit

socks-filter
xSmurf 9 years ago
parent 657551c8e9
commit 0cd66aa0d9

@ -4,6 +4,7 @@ Description=Subgraph Firewall Daemon
[Service]
Environment="GODEBUG=cgocheck=0"
ExecStart=/usr/sbin/fw-daemon
ExecReload=/bin/kill -HUP ${MAINPID}
[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save