Remove unused buckets and directory_upload pages

This commit is contained in:
2023-05-11 15:01:29 +02:00
parent 3f1318784e
commit f0847da15f
24 changed files with 121 additions and 469 deletions

View File

@@ -27,7 +27,7 @@ func main() {
// systemd's socket, else we'll create our own to serve on
if *sock {
// Socket activation enabled. Get the provided sockets and serve on them
if listener, err = util.SystemdSocketByName("pd-web.socket"); err != nil {
if listener, err = util.SystemdListenerByName("pd-web.socket"); err != nil {
panic("Socket pd-web.socket not found")
}
} else {