Ubuntu-systemctl

systemctl

systemctl start systemd-logind.service		//启动 systemd-logind.service
systemctl stop systemd-logind.service		//停止 systemd-logind.service
systemctl restart systemd-logind.service	//重启 systemd-logind.service
systemctl status systemd-logind.service		//查看 systemd-logind.service 的状态

你可能感兴趣的:(Ubuntu,ubuntu)