diff options
author | Colin Watson <cjwatson@debian.org> | 2018-06-16 12:43:40 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-06-16 12:49:09 +0100 |
commit | dff8e1983e7a4b850fb7b3fb5eb82836c351e347 (patch) | |
tree | 41fa69468a2235affacda79b6341493799403fe5 /debian/systemd/rescue-ssh.target | |
parent | d6c478e197da560a0d007964168ea6d7ac972b20 (diff) | |
parent | f6b4c68460920f9aafc75389c7c941584d4d06bb (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.target | 6 |
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] | ||
2 | Description=Rescue with network and ssh | ||
3 | Documentation=man:systemd.special(7) | ||
4 | Requires=network-online.target ssh.service | ||
5 | After=network-online.target ssh.service | ||
6 | AllowIsolate=yes | ||