简体   繁体   中英

How do I edit “services” on Ubuntu 14.04 on Digital Ocean?

Digital Ocean's docs ask me to write inputs like service gunicorn restart or service nginx restart .

What is the service package? How can I figure out what it is so that I can edit how it works (eg, change paths of services so their .conf files can be in source control). I'm using an automated Django droplet. Thanks!

See at /etc/init.d directory.

service nginx restart --> /etc/init.d/nginx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM