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

Small changes necessary to make fw-prompt a DBus autostart service.

shw_dev
Stephen Watt 8 years ago
parent 0666e9c3c7
commit 792726545e

@ -1107,6 +1107,10 @@ func buttonAction(action string) {
}
func main() {
if len(os.Args) == 3 && os.Args[1] == "-display" {
os.Setenv("DISPLAY", os.Args[2])
}
_, err := newDbusServer()
if err != nil {
log.Fatal("Error:", err)

@ -0,0 +1,4 @@
[D-BUS Service]
Name=com.subgraph.FirewallPrompt
Exec=/usr/bin/fw-prompt -display :0
User=user
Loading…
Cancel
Save