parent
d55ae0face
commit
bcebe356a1
1
Makefile
1
Makefile
|
|
@ -9,6 +9,7 @@ install: dir
|
||||||
cp /usr/local/share/removeadhosts/removeadhosts.service /etc/systemd/system/
|
cp /usr/local/share/removeadhosts/removeadhosts.service /etc/systemd/system/
|
||||||
cp /usr/local/share/removeadhosts/removeadhosts.timer /etc/systemd/system/
|
cp /usr/local/share/removeadhosts/removeadhosts.timer /etc/systemd/system/
|
||||||
cp /usr/local/share/removeadhosts/removeadhosts.path /etc/systemd/system/
|
cp /usr/local/share/removeadhosts/removeadhosts.path /etc/systemd/system/
|
||||||
|
systemctl daemon-reload
|
||||||
activate: install
|
activate: install
|
||||||
systemctl enable removeadhosts.timer
|
systemctl enable removeadhosts.timer
|
||||||
systemctl start removeadhosts.timer
|
systemctl start removeadhosts.timer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue