summaryrefslogtreecommitdiff
path: root/debian/systemd/rescue-ssh.target
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-06-16 12:43:40 +0100
committerColin Watson <cjwatson@debian.org>2018-06-16 12:49:09 +0100
commitdff8e1983e7a4b850fb7b3fb5eb82836c351e347 (patch)
tree41fa69468a2235affacda79b6341493799403fe5 /debian/systemd/rescue-ssh.target
parentd6c478e197da560a0d007964168ea6d7ac972b20 (diff)
parentf6b4c68460920f9aafc75389c7c941584d4d06bb (diff)
Merge branch 'gratuxri-guest/master'
Add rescue.target with ssh support See merge request ssh-team/openssh!1
Diffstat (limited to 'debian/systemd/rescue-ssh.target')
-rw-r--r--debian/systemd/rescue-ssh.target6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/systemd/rescue-ssh.target b/debian/systemd/rescue-ssh.target
new file mode 100644
index 000000000..9501b7fd0
--- /dev/null
+++ b/debian/systemd/rescue-ssh.target
@@ -0,0 +1,6 @@
1[Unit]
2Description=Rescue with network and ssh
3Documentation=man:systemd.special(7)
4Requires=network-online.target ssh.service
5After=network-online.target ssh.service
6AllowIsolate=yes