6 lines
211 B
Bash
Executable File
6 lines
211 B
Bash
Executable File
#!/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
|