Install reloads daemons

reloads systemd daemons on install
stable
Justin Reichardt 2021-08-03 13:57:22 -05:00
parent d55ae0face
commit bcebe356a1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ install: dir
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.path /etc/systemd/system/
systemctl daemon-reload
activate: install
systemctl enable removeadhosts.timer
systemctl start removeadhosts.timer