diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-06-10 14:12:42 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-06-10 14:12:42 +0200 |
commit | 706714072a2c00fbd8de865c63bf86c80f2e97f0 (patch) | |
tree | 3f28689e9cd15d46de9b3ab70e180adbc69882ad /Makefile | |
parent | cce4dd8af1ceec9ad9c1097ee584af87e4033a2a (diff) | |
download | birdscan-706714072a2c00fbd8de865c63bf86c80f2e97f0.tar birdscan-706714072a2c00fbd8de865c63bf86c80f2e97f0.tar.zst birdscan-706714072a2c00fbd8de865c63bf86c80f2e97f0.zip |
Add Systemd Files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,4 +16,6 @@ clean: install: all make -C python install DESTDIR=$(abspath $(DESTDIR)) make -C src install DESTDIR=$(abspath $(DESTDIR)) + install -Dm 644 systemd/birdscan.service $(DESTDIR)$(PREFIX)/lib/systemd/system/birdscan.service + install -Dm 644 systemd/birdscan.sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/birdscan.conf |