summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Stensgård <mastensg@mastensg.net>2025-07-22 23:22:32 +0200
committerMartin Stensgård <mastensg@mastensg.net>2025-07-22 23:22:32 +0200
commit48291fc94662b937594a3b7f3838b5844a186446 (patch)
tree24c622ade1c5772852ef02aac7b143a38065cf1f /Makefile
parentdda888e121d95e36b5740cceb5217fd5ff5afdc7 (diff)
systemd: add services and timer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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