You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
414 B

install:
cp hetzner-ddns.py /usr/local/bin
cp etc/hetzner-ddns.conf.example /etc
cp etc/systemd/hetzner-ddns.service /etc/systemd/system/
systemctl daemon-reload
uninstall:
rm /usr/local/bin/hetzner-ddns.py
rm /etc/hetzner-ddns.conf.example
rm /etc/systemd/system/hetzner-ddns.service
enable:
systemctl enable hetzner-ddns
disable:
systemctl disable hetzner-ddns
start:
systemctl start hetzner-ddns