summaryrefslogtreecommitdiffstats
path: root/core/modules/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/sshd')
-rw-r--r--core/modules/sshd/data/etc/issue.net2
l---------core/modules/sshd/data/etc/systemd/system/ssh.service1
-rw-r--r--core/modules/sshd/data/etc/systemd/system/sshd.service2
3 files changed, 4 insertions, 1 deletions
diff --git a/core/modules/sshd/data/etc/issue.net b/core/modules/sshd/data/etc/issue.net
index 7dfbddb5..b59a27ea 100644
--- a/core/modules/sshd/data/etc/issue.net
+++ b/core/modules/sshd/data/etc/issue.net
@@ -1,6 +1,6 @@
++++++++++++++++++++++++++++++++++++++
+ +
-+ MiniLinux SSH Session +
++ MaxiLinux SSH Session +
+ +
++++++++++++++++++++++++++++++++++++++
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