Linux: определить init систему - Systemd vs Upstart

May 04, 2016 04:20

https://rtfm.co.ua/wp-content/uploads/2011/08/linux-logo.png Linux: определить init систему - Systemd vs Upstart
Поиск по процессам
Первый вариант - выполнить ps -aux | [initname].

Например, Ubuntu 12 и 14 используют Upstart:
$ ps aux | grep upstart
root 354 0.0 0.1 19472 648 ? S 16:31 0:00 upstart-udev-bridge --daemon
root 566 0.0 0.1 15256 636 ? S 16:31 0:00 upstart-socket-bridge --daemon
root 906 0.0 0.1 15272 644 ? S 16:31 0:00 upstart-file-bridge --daemon
vagrant 2326 0.0 0.1 10436 884 pts/0 S+ 17:58 0:00 grep --color=auto upstart

https://rtfm.co.ua/linux-opredelit-init-sistemu-systemd-vs-upstart/
CentOS, init, systemd, SysV init, Ubuntu, Upstart #CentOS, #Init, #Systemd, #SysVInit, #Ubuntu, #Upstart

systemd, centos, init, upstart, sysv init, ubuntu

Previous post Next post
Up