summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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