• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Why No Output From Ubuntu 16.04 service start/stop Command?

By Abhishek Ghosh November 17, 2016 7:55 pm Updated on November 17, 2016

Why No Output From Ubuntu 16.04 service start/stop Command?

Advertisement

Service nginx reload/restart Gives No Output Unlike 14.01. Is not it? This Article Explains Why No Output From Ubuntu 16.04 service start/stop Command. We should not be expecting such output. Earlier Ubuntu versions didn’t behave this way because Ubuntu was an upstart system for a decade. In Ubuntu 15.04 and later version, systemd is only fully supported. So, that change from upstart to systemd made few changes. Commands actually changed and usually kind of linked with service commands with scripts.

 

Not Understood! Why No Output From Ubuntu 16.04 service start/stop Command?

 

Ubuntu 16.04 uses systemd. Ubuntu 14.04 or earlier used upstart. upstart is an event-based replacement for the /sbin/init daemon which handled starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running. systemd is actually used by all other major GNU/Linux distro. Debian/Ubuntu service command is a shell script that tries to detect whether upstart or systemd is the running system service manager, and run the actual native service management commands for upstart and systemd. It executes two pretty much entirely different code paths for upstart and for systemd. upstart‘s native service management commands are initctl start, initctl stop, initctl status etc. They printed the informative messages. systemd‘s native service management commands are systemctl start, systemctl stop, systemctl status and so forth. Most of the commands print no output as they operate. Hence the silent output output is expected. Here is more on Systemd :

Vim
1
https://wiki.ubuntu.com/SystemdForUpstartUsers

 

Now Understood. Is There Some Way to Get Output From Ubuntu 16.04 service start/stop Command?

 

why-no-output-from-ubuntu-16-04-service-start-stop-command

You can print messages with this kind of command :

Advertisement

---

Vim
1
/etc/init.d/nginx restart

For example :

Vim
1
2
root@abhishekghosh:~# /etc/init.d/nginx restart
[ ok ] Restarting nginx (via systemctl): nginx.service.

Another example :

Vim
1
2
root@abhishekghosh:~# /etc/init.d/php7.0-fpm restart
[ ok ] Restarting php7.0-fpm (via systemctl): php7.0-fpm.service.

You can use /etc/init.d/ to print output on Ubuntu or simply switch to CentOS from Ubuntu. Actually CentOS at current situation is easier like Debian, Ubuntu to any kind of user.

Tagged With getting output when running a service ubuntu , how to start vpn service in ubuntu 16 04 , service command no output , systemctl no output , ubuntu 16 04 list services start stop , ubuntu 16 04 when is a running service stopped , ubuntu 16 stop command , ubuntu nginx start output , unbuntu no service output
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Why No Output From Ubuntu 16.04 service start/stop Command?

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

  • WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud

    Here is a Step by Step Guide on Setting Up WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud with All Commands and the Configuration.

  • Command Prompt Commands : Alphabetical list of all commands in Windows 7

    Command Prompt Commands in Windows 7 provides the user access to 180+ command line commands. Here is a list of 200 Command Prompt Commands in Windows 7.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy