aboutsummaryrefslogtreecommitdiff
path: root/contrib/services
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-06 17:30:00 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-06 17:30:00 +0200
commit869af37a6336b27ffb7ed560018e81a214c40664 (patch)
tree8defe15a43689ed317a8fe4c6a14e62d7c31f4f2 /contrib/services
parent8b40d75379e06e3bf60a1143f3b1b5a25a2046a5 (diff)
downloadgnunet-869af37a6336b27ffb7ed560018e81a214c40664.tar.gz
gnunet-869af37a6336b27ffb7ed560018e81a214c40664.zip
add missing files
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)