diff options
| author | Martin Stensgård <mastensg@mastensg.net> | 2025-07-22 23:22:32 +0200 |
|---|---|---|
| committer | Martin Stensgård <mastensg@mastensg.net> | 2025-07-22 23:22:32 +0200 |
| commit | 48291fc94662b937594a3b7f3838b5844a186446 (patch) | |
| tree | 24c622ade1c5772852ef02aac7b143a38065cf1f /Makefile | |
| parent | dda888e121d95e36b5740cceb5217fd5ff5afdc7 (diff) | |
systemd: add services and timer
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
