こちらを参考に不要サービスを全て停止した後にrebootすると起動エラーとなり起動しなくなってしまいました。
http://qiita.com/dumpty-alma@github/items/091862834317229559f1
これをこのまま実行しました。

[root@crown ~]# systemctl disable abrt-ccpp.service
rm '/etc/systemd/system/multi-user.target.wants/abrt-ccpp.service'
[root@crown ~]# systemctl disable abrtd.service
rm '/etc/systemd/system/multi-user.target.wants/abrtd.service'
[root@crown ~]# systemctl disable abrt-oops.service
rm '/etc/systemd/system/multi-user.target.wants/abrt-oops.service'
[root@crown ~]# systemctl disable abrt-vmcore.service
rm '/etc/systemd/system/multi-user.target.wants/abrt-vmcore.service'
[root@crown ~]# systemctl disable abrt-xorg.service
rm '/etc/systemd/system/multi-user.target.wants/abrt-xorg.service'
[root@crown ~]# systemctl disable atd.service
rm '/etc/systemd/system/multi-user.target.wants/atd.service'
[root@crown ~]# systemctl disable auditd.service
rm '/etc/systemd/system/multi-user.target.wants/auditd.service'
[root@crown ~]# systemctl disable avahi-daemon.service 
rm '/etc/systemd/system/multi-user.target.wants/avahi-daemon.service'
rm '/etc/systemd/system/sockets.target.wants/avahi-daemon.socket'
rm '/etc/systemd/system/dbus-org.freedesktop.Avahi.service'
[root@crown ~]# systemctl disable kdump.service
rm '/etc/systemd/system/multi-user.target.wants/kdump.service'
[root@crown ~]# systemctl disable NetworkManager
rm '/etc/systemd/system/multi-user.target.wants/NetworkManager.service'
rm '/etc/systemd/system/dbus-org.freedesktop.NetworkManager.service'
rm '/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service'
[root@crown ~]# systemctl disable smartd.service
rm '/etc/systemd/system/multi-user.target.wants/smartd.service'
[root@crown ~]# systemctl disable tuned.service
rm '/etc/systemd/system/multi-user.target.wants/tuned.service'

消去できないのもいくつかありますが、全て消したあとは普通に正常に動いていました。
なんとなくrebootすると起動できなくなりました。

GoogleConsoleを見ると

Sep  3 20:44:14 localhost google: Waiting for metadata server, attempt 328
Sep  3 20:44:15 localhost accounts-from-metadata: WARNING error while trying to update accounts: <urlopen error [Errno 101] Network is unreachable>

というエラーが1秒ごとに連続で表示されています。

どうすればよろしいでしょうか?

もうひとつ考えられるのは、Nginxのworker_connectionsを1024から65535に変更しました。

unalistさんにチャットで1時間以上教えて頂いていたんですが、不可能でした。
GoogleCloudShellを使用していたのですが、/var/www/htmlにファイルが無く、もしかするとと思ったんですが、GoogleCloudShellは今のインスタンスとは全く関係のないものだったのかもしれません。

sshでnetworkをenableとかしていたんですが、SSH接続は不可能でした。

ディスクのスナップショットを作成し、そのスナップショットから新しいインスタンスを作成したんですが同じ症状で起動できませんでした。