You are not logged in.
Pages: 1
with upstart i'd been launching sshd early, by specifying "start on startup", so sshd was already available during the fscks. how may i do this with systemd? these don't appear to have helped:
ln -s ../sshd.service /lib/systemd/system/dbus.target.wants/ssh.service
ln -s ../sshd.service /lib/systemd/system/basic.target.wants/ssh.service
ln -s ../sshd.service /lib/systemd/system/sysinit.target.wants/ssh.service
ln -s ../sshd.service /lib/systemd/system/local-fs.target.wants/ssh.service
ln -s ../sshd.service /lib/systemd/system/sockets.target.wants/ssh.service
ln -s ../sshd.service /lib/systemd/system/multi-user.target.wants/ssh.service
Last edited by gregrwm (2015-04-29 16:43:58)
Offline
Pages: 1