mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 07:13:55 +01:00
make/*.mk: Add support for systemd service files
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
09ee1d0b4a
commit
a28d8f5f30
5 changed files with 27 additions and 3 deletions
|
|
@ -303,6 +303,9 @@ endef
|
|||
$(INSTALL_INITDIR)/%: %.init | install_dir_INIT
|
||||
$(INSTALL) -o $(INITOWNER) -g $(INITGROUP) -m $(INITMODE) $< $@
|
||||
|
||||
$(INSTALL_SYSTEMDDIR)/%.service: %.service | install_dir_SYSTEMD
|
||||
$(INSTALL) -o $(SYSTEMDOWNER) -g $(SYSTEMDGROUP) -m $(SYSTEMDMODE) $< $@
|
||||
|
||||
$(INSTALL_LOGROTDIR)/%: %.logrotate | install_dir_LOGROT
|
||||
$(INSTALL) -o $(LOGROTOWNER) -g $(LOGROTGROUP) -m $(LOGROTMODE) $< $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue