aboutsummaryrefslogtreecommitdiffstats
path: root/clfs/tmpfiles
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@cross-lfs.org>2014-04-26 20:51:13 -0500
committerWilliam Harrington <kb0iic@cross-lfs.org>2014-04-26 20:51:13 -0500
commitd428b64adcd7aa90681669315f7ff847bb2af3ea (patch)
treeb80fe7868fac840476e45960edfe3a990dc23e79 /clfs/tmpfiles
Initial commit.
Diffstat (limited to 'clfs/tmpfiles')
-rw-r--r--clfs/tmpfiles/httpd.conf1
-rw-r--r--clfs/tmpfiles/mysqld.conf1
-rw-r--r--clfs/tmpfiles/named.conf1
-rw-r--r--clfs/tmpfiles/nscd.conf2
-rw-r--r--clfs/tmpfiles/postgresql.conf1
-rw-r--r--clfs/tmpfiles/samba.conf1
-rw-r--r--clfs/tmpfiles/saslauthd.conf1
-rw-r--r--clfs/tmpfiles/slapd.conf1
-rw-r--r--clfs/tmpfiles/sshd.conf1
-rw-r--r--clfs/tmpfiles/svnserve.conf1
10 files changed, 11 insertions, 0 deletions
diff --git a/clfs/tmpfiles/httpd.conf b/clfs/tmpfiles/httpd.conf
new file mode 100644
index 0000000..3d892e0
--- /dev/null
+++ b/clfs/tmpfiles/httpd.conf
@@ -0,0 +1 @@
+d /run/httpd 755 root root -
diff --git a/clfs/tmpfiles/mysqld.conf b/clfs/tmpfiles/mysqld.conf
new file mode 100644
index 0000000..6883dc7
--- /dev/null
+++ b/clfs/tmpfiles/mysqld.conf
@@ -0,0 +1 @@
+d /run/mysqld 0755 mysql mysql -
diff --git a/clfs/tmpfiles/named.conf b/clfs/tmpfiles/named.conf
new file mode 100644
index 0000000..1cfc82d
--- /dev/null
+++ b/clfs/tmpfiles/named.conf
@@ -0,0 +1 @@
+d /run/named 0750 named named -
diff --git a/clfs/tmpfiles/nscd.conf b/clfs/tmpfiles/nscd.conf
new file mode 100644
index 0000000..c11675b
--- /dev/null
+++ b/clfs/tmpfiles/nscd.conf
@@ -0,0 +1,2 @@
+d /run/nscd 755 root root -
+
diff --git a/clfs/tmpfiles/postgresql.conf b/clfs/tmpfiles/postgresql.conf
new file mode 100644
index 0000000..c2e0747
--- /dev/null
+++ b/clfs/tmpfiles/postgresql.conf
@@ -0,0 +1 @@
+d /run/postgresql 0775 postgres postgres -
diff --git a/clfs/tmpfiles/samba.conf b/clfs/tmpfiles/samba.conf
new file mode 100644
index 0000000..84d7db7
--- /dev/null
+++ b/clfs/tmpfiles/samba.conf
@@ -0,0 +1 @@
+d /run/samba 755 root root -
diff --git a/clfs/tmpfiles/saslauthd.conf b/clfs/tmpfiles/saslauthd.conf
new file mode 100644
index 0000000..96c5a7f
--- /dev/null
+++ b/clfs/tmpfiles/saslauthd.conf
@@ -0,0 +1 @@
+d /run/saslauthd 755 root root -
diff --git a/clfs/tmpfiles/slapd.conf b/clfs/tmpfiles/slapd.conf
new file mode 100644
index 0000000..8857aed
--- /dev/null
+++ b/clfs/tmpfiles/slapd.conf
@@ -0,0 +1 @@
+d /run/openldap 0755 ldap ldap -
diff --git a/clfs/tmpfiles/sshd.conf b/clfs/tmpfiles/sshd.conf
new file mode 100644
index 0000000..b76640e
--- /dev/null
+++ b/clfs/tmpfiles/sshd.conf
@@ -0,0 +1 @@
+d /run/sshd 755 root root -
diff --git a/clfs/tmpfiles/svnserve.conf b/clfs/tmpfiles/svnserve.conf
new file mode 100644
index 0000000..07317c8
--- /dev/null
+++ b/clfs/tmpfiles/svnserve.conf
@@ -0,0 +1 @@
+d /run/svnserve 0700 root root -