blob: ace0c2d1417303803a72d88f344aaca5bd31154f (
plain)
1
2
3
4
5
6
7
|
install:
install -d $(DESTDIR)/lib/systemd/system-generators/ $(DESTDIR)/lib/systemd/system/
install postgresql-generator $(DESTDIR)/lib/systemd/system-generators/
install -m644 postgresql*.service $(DESTDIR)/lib/systemd/system/
reload: install
systemctl daemon-reload
|