aboutsummaryrefslogtreecommitdiff
path: root/contrib/services
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/services')
-rw-r--r--contrib/services/Makefile.am1
-rw-r--r--contrib/services/openrc/Makefile.am7
-rw-r--r--contrib/services/systemd/Makefile.am7
3 files changed, 15 insertions, 0 deletions
diff --git a/contrib/services/Makefile.am b/contrib/services/Makefile.am
new file mode 100644
index 000000000..eb4bd7deb
--- /dev/null
+++ b/contrib/services/Makefile.am
@@ -0,0 +1 @@
SUBDIRS = openrc systemd
diff --git a/contrib/services/openrc/Makefile.am b/contrib/services/openrc/Makefile.am
new file mode 100644
index 000000000..3cd57dac7
--- /dev/null
+++ b/contrib/services/openrc/Makefile.am
@@ -0,0 +1,7 @@
1pkginitdir= $(pkgdatadir)/services/openrc
2
3pkginit_DATA = \
4 gnunet.initd
5
6EXTRA_DIST = \
7 $(pkginit_DATA)
diff --git a/contrib/services/systemd/Makefile.am b/contrib/services/systemd/Makefile.am
new file mode 100644
index 000000000..39a6f2a81
--- /dev/null
+++ b/contrib/services/systemd/Makefile.am
@@ -0,0 +1,7 @@
1pkginitdir= $(pkgdatadir)/services/systemd
2
3pkginit_DATA = \
4 gnunet.service
5
6EXTRA_DIST = \
7 $(pkginit_DATA)