summaryrefslogtreecommitdiffstats
path: root/core/modules/sshd/data/etc
diff options
context:
space:
mode:
authorJonathan Bauer2019-06-14 12:07:51 +0200
committerJonathan Bauer2019-06-14 12:07:51 +0200
commitd977745ae75136a03b5ca52e01539aa3b164c7fc (patch)
tree0c226a2484576dbcaa985712b2d8eb7baee302ff /core/modules/sshd/data/etc
parent[bwlp] add openbox to target (diff)
downloadmltk-d977745ae75136a03b5ca52e01539aa3b164c7fc.tar.gz
mltk-d977745ae75136a03b5ca52e01539aa3b164c7fc.tar.xz
mltk-d977745ae75136a03b5ca52e01539aa3b164c7fc.zip
[sshd] dep on systemd-tmpfiles-setup
Diffstat (limited to 'core/modules/sshd/data/etc')
-rw-r--r--core/modules/sshd/data/etc/systemd/system/sshd.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/sshd/data/etc/systemd/system/sshd.service b/core/modules/sshd/data/etc/systemd/system/sshd.service
index fc711808..999187cd 100644
--- a/core/modules/sshd/data/etc/systemd/system/sshd.service
+++ b/core/modules/sshd/data/etc/systemd/system/sshd.service
@@ -1,5 +1,7 @@
[Unit]
Description=OpenSSH Daemon
+Requires=systemd-tmpfiles-setup.service
+After=systemd-tmpfiles-setup.service
[Service]
ExecStart=/usr/sbin/sshd -D