added systemd services
This commit is contained in:
5
systemd/install-systemd.sh
Executable file
5
systemd/install-systemd.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cp pdns-tsig-from-catalog.service pdns-tsig-from-catalog.timer /etc/systemd/system/
|
||||
systemctl daemon-reload
|
||||
systemctl enable pdns-tsig-from-catalog.timer
|
||||
systemctl start pdns-tsig-from-catalog.timer
|
||||
Reference in New Issue
Block a user