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.
11 lines
429 B
11 lines
429 B
install:
|
|
install DynGanDiNS.sh /bin/DynGanDiNS
|
|
install --target-directory /etc/systemd/system/ --mode 644 systemd/DynGanDiNS.service
|
|
install --target-directory /etc/systemd/system/ --mode 644 systemd/DynGanDiNS.timer
|
|
install --mode 644 -D Settings.env /etc/sysconfig/DynGanDiNS
|
|
|
|
uninstall:
|
|
rm /bin/DynGanDiNS
|
|
rm /etc/systemd/system/DynGanDiNS.service
|
|
rm /etc/systemd/system/DynGanDiNS.timer
|
|
rm /etc/sysconfig/DynGanDiNS
|
|
|