Gestisco da un po 'di tempo le installazioni dei server sia dentro che fuori dal gusto di Ubuntu - Sono diventato abbastanza abituato a /etc/init.d/
per il riavvio di servizi. Ora ricevo questo messaggio:
[email protected]:~# /etc/init.d/mysql status
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql status
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the status(8) utility, e.g. status mysql
mysql start/running, process 14048
Questo sembra essere stato generato nell'ultimo LTS di Ubuntu - perché? Cosa c'è di male in /etc/init.d/
e che / c'è una differenza tra service
e /etc/init.d/
?