From 48291fc94662b937594a3b7f3838b5844a186446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Tue, 22 Jul 2025 23:22:32 +0200 Subject: systemd: add services and timer --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ac4e349..e0f9f4f 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,10 @@ install: all cp -f font/BellCentennialStd-Address.ttf /opt/opplysning/font/ cp -f font/adventpro-bold.ttf /opt/opplysning/font/ mkdir -p /opt/opplysning/var + cp -f systemd/opplysning-forfrisk.service /lib/systemd/system + cp -f systemd/opplysning-forfrisk.timer /lib/systemd/system + cp -f systemd/opplysning-vis.service /lib/systemd/system + systemctl daemon-reload .PHONY: all check clean install -- cgit v1.2.3