From ddc4bffc7eaaba512e98e259a19163bfd0410dde Mon Sep 17 00:00:00 2001 From: "willem.serruys" Date: Sat, 4 Oct 2025 17:32:41 +0200 Subject: [PATCH] Added justfile --- justfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..624d090 --- /dev/null +++ b/justfile @@ -0,0 +1,4 @@ +copy-systemd-services: + cp ./systemd/recurring-tasks/*.service /etc/systemd/system && \ + cp ./systemd/recurring-tasks/*.timer /etc/systemd/system && \ + sudo systemctl daemon-reload