ฉันได้จัดการการติดตั้งเซิร์ฟเวอร์ทั้งในและนอกรสชาติอูบุนตูมาระยะหนึ่งแล้ว - ฉันได้รับการปรับเปลี่ยนให้/etc/init.d/
เริ่มต้น servcies ใหม่ ตอนนี้ฉันได้รับข้อความนี้:
root@tatooine:~# /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
สิ่งนี้ดูเหมือนจะถูกนำมาเกี่ยวกับ LTS ล่าสุดของ Ubuntu - ทำไม? มีอะไรเลวร้ายเกี่ยวกับ/etc/init.d/
อะไรและมีความแตกต่างระหว่างservice
และ/etc/init.d/
?