summaryrefslogtreecommitdiffstats
path: root/remote/modules/sshd
diff options
context:
space:
mode:
authorSimon Rettberg2014-02-05 19:02:20 +0100
committerSimon Rettberg2014-02-05 19:02:20 +0100
commitf26318fba9018c55fe5844694aa7312289ecafe8 (patch)
tree52e368cc096ae9f0ee82559b19572404654be510 /remote/modules/sshd
parent[smbclient] Make sure smb.conf exists (diff)
downloadtm-scripts-f26318fba9018c55fe5844694aa7312289ecafe8.tar.gz
tm-scripts-f26318fba9018c55fe5844694aa7312289ecafe8.tar.xz
tm-scripts-f26318fba9018c55fe5844694aa7312289ecafe8.zip
Fix tmpfiles.d files to use 'd' not 'D' for directories
'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet.
Diffstat (limited to 'remote/modules/sshd')
-rw-r--r--remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf b/remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf
index d4aa9a67..77e6e459 100644
--- a/remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf
+++ b/remote/modules/sshd/data/etc/tmpfiles.d/sshd.conf
@@ -1,2 +1,2 @@
-D /var/run/sshd 0755 root root
+d /var/run/sshd 0755 root root