Link systemd files instead of copying
parent
bcebe356a1
commit
76fdf17314
6
Makefile
6
Makefile
|
|
@ -6,9 +6,9 @@ install: dir
|
||||||
cp src/* /usr/local/share/removeadhosts/
|
cp src/* /usr/local/share/removeadhosts/
|
||||||
chown -R root:root /usr/local/share/removeadhosts
|
chown -R root:root /usr/local/share/removeadhosts
|
||||||
chmod +x /usr/local/share/removeadhosts/removeadhosts.sh
|
chmod +x /usr/local/share/removeadhosts/removeadhosts.sh
|
||||||
cp /usr/local/share/removeadhosts/removeadhosts.service /etc/systemd/system/
|
ln -s /usr/local/share/removeadhosts/removeadhosts.service /etc/systemd/system/
|
||||||
cp /usr/local/share/removeadhosts/removeadhosts.timer /etc/systemd/system/
|
ln -s /usr/local/share/removeadhosts/removeadhosts.timer /etc/systemd/system/
|
||||||
cp /usr/local/share/removeadhosts/removeadhosts.path /etc/systemd/system/
|
ln -s /usr/local/share/removeadhosts/removeadhosts.path /etc/systemd/system/
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
activate: install
|
activate: install
|
||||||
systemctl enable removeadhosts.timer
|
systemctl enable removeadhosts.timer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue