summaryrefslogtreecommitdiffstats
path: root/debian/systemd/rescue-ssh.target
diff options
context:
space:
mode:
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 0000000..9501b7f
--- /dev/null
+++ b/debian/systemd/rescue-ssh.target
@@ -0,0 +1,6 @@
+[Unit]
+Description=Rescue with network and ssh
+Documentation=man:systemd.special(7)
+Requires=network-online.target ssh.service
+After=network-online.target ssh.service
+AllowIsolate=yes