From a83c28ca3bb50d83c49afb485792f97891d32546 Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Wed, 6 Dec 2017 17:55:06 -0800 Subject: [PATCH] 2016-11: Retroactive Updates * Enabling SSHD --- .../etc/systemd/system/multi-user.target.wants/sshd.service | 1 + 1 file changed, 1 insertion(+) create mode 100644 archlive/airootfs/etc/systemd/system/multi-user.target.wants/sshd.service diff --git a/archlive/airootfs/etc/systemd/system/multi-user.target.wants/sshd.service b/archlive/airootfs/etc/systemd/system/multi-user.target.wants/sshd.service new file mode 100644 index 00000000..d21ebd9d --- /dev/null +++ b/archlive/airootfs/etc/systemd/system/multi-user.target.wants/sshd.service @@ -0,0 +1 @@ +/usr/lib/systemd/system/sshd.service \ No newline at end of file