Start the linux service

I recently used postgresql, but I don't know how to start it. The original Linux startup services are similar

E.g

service nginx start  (status | stop | restart)

 

service postgresql-9.3 start  (status | stop | restart)

 

There is no service command as follows

 sudo /etc/init.d/postgresql-9.4 start  (status | stop | restart)

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326588655&siteId=291194637
Recommended