Cleanup Namespaces
This commit is contained in:
parent
9b49f880a2
commit
6c901ea46b
21 changed files with 230 additions and 31 deletions
11
ext/systemd/netddi.service
Normal file
11
ext/systemd/netddi.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=PowerDNS/DHCP Companion Remote
|
||||
Before=pdns.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
ExecStart=/opt/netddi/netddi
|
||||
WorkingDirectory=/etc/netddi
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
9
ext/systemd/netddi.socket
Normal file
9
ext/systemd/netddi.socket
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=netddi PowerDNS Remote Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/netddi/pdns.sock
|
||||
Accept=no
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue