Files
homeAutomation/justfile
willem.serruys ddc4bffc7e Added justfile
2025-10-04 17:32:41 +02:00

5 lines
181 B
Makefile

copy-systemd-services:
cp ./systemd/recurring-tasks/*.service /etc/systemd/system && \
cp ./systemd/recurring-tasks/*.timer /etc/systemd/system && \
sudo systemctl daemon-reload