summaryrefslogtreecommitdiffstats
path: root/core/modules/sshd/data/etc/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/sshd/data/etc/systemd')
l---------core/modules/sshd/data/etc/systemd/system/ssh.service1
-rw-r--r--core/modules/sshd/data/etc/systemd/system/sshd.service2
2 files changed, 3 insertions, 0 deletions
diff --git a/core/modules/sshd/data/etc/systemd/system/ssh.service b/core/modules/sshd/data/etc/systemd/system/ssh.service
new file mode 120000
index 00000000..4899eed6
--- /dev/null
+++ b/core/modules/sshd/data/etc/systemd/system/ssh.service
@@ -0,0 +1 @@
+sshd.service \ No newline at end of file
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