diff options
author | William Harrington <kb0iic@berzerkula.org> | 2014-03-05 13:16:40 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2014-03-05 13:16:40 -0600 |
commit | d3078b183348e703cf5928128d2706c31fc7d870 (patch) | |
tree | d63a12e38bbf721d79d3181351e1efc1bfc22af9 /clfs/tmpfiles |
Initial commit.
Diffstat (limited to 'clfs/tmpfiles')
-rw-r--r-- | clfs/tmpfiles/httpd.conf | 1 | ||||
-rw-r--r-- | clfs/tmpfiles/mysqld.conf | 1 | ||||
-rw-r--r-- | clfs/tmpfiles/named.conf | 1 | ||||
-rw-r--r-- | clfs/tmpfiles/nscd.conf | 2 | ||||
-rw-r--r-- | clfs/tmpfiles/postgresql.conf | 1 | ||||
-rw-r--r-- | clfs/tmpfiles/samba.conf | 1 | ||||
-rw-r--r-- | clfs/tmpfiles/saslauthd.conf | 1 | ||||
-rw-r--r-- | clfs/tmpfiles/slapd.conf | 1 | ||||
-rw-r--r-- | clfs/tmpfiles/sshd.conf | 1 | ||||
-rw-r--r-- | clfs/tmpfiles/svnserve.conf | 1 |
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 - |