systemd conversion checklist!
Auke Kok
sofar at foo-projects.org
Wed Jul 18 07:13:44 CEST 2012
On 07/17/2012 08:12 PM, Richard B. Pyne wrote:
> So, with systemd how do we start and stop services? for example, after I
> rebooted with systemd, I re-lined openssh, now how do I start it?
the preferred method would be to:
1) lin -r openssh
-> answer 'y' to 'sshd.socket'
after that, ssh access will work.
In general, you can start services with `systemctl`.
`systemctl start sshd.socket`
Auke
More information about the Lunar
mailing list