commit | c95271a31643389da84c3f97d89dc63cb0c3fafa | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Wed Mar 02 09:07:19 2016 +0100 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Wed Mar 02 09:07:19 2016 +0100 |
tree | dc02f31e2daed8a75e87aade8ccc68ad94fd7d50 | |
parent | 7f46ede6f209e12c9edd6051791f6b8b9c99a0c2 [diff] [blame] |
systemd: add service file, untested version
diff --git a/Makefile.am b/Makefile.am index 8f25ef3..56b967c 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -9,6 +9,12 @@ dist-hook: find "$(distdir)" -name .gitignore -exec rm {} \; +DISTCHECK_CONFIGURE_FLAGS="--without-systemd" +if HAVE_SYSTEMD +systemddir=@SYSTEMD_UNIT_DIR@ +systemd_DATA=nemea-supervisor.service +endif + if MAKE_RPMS RPMFILENAME=$(PACKAGE_NAME)-$(VERSION)