systemctl restart postgresql@-.service By default cluster_name = 'main', run this command to list all the clusters you have : ls var/lib/postgresql/ if you want to know whether the postgresql is running try this command : systemctl status postgresql@-.service

The leading operating system for PCs, IoT devices - Ubuntu Find out more about Ubuntu’s cloud building software, tools and service packages. The fastest way to go from development to production in IoT › Learn about how Ubuntu Core and snaps can help you build your connected devices. How to start, restart & stop Apache & MySQL server on Ubuntu Oct 17, 2018 Shutdown and Restart Your Computer From The Ubuntu Terminal Jan 10, 2012

Apr 21, 2019

Mar 12, 2019 · Here is how you can use the systemctl command in order to restart a running service: $ sudo systemctl restart [servicename] For example, the following command can be used to restart the UFW( Uncomplicated Firewall) service on Ubuntu: $ sudo systemctl restart ufw. Please note that you need to be an authorized user in order to manage system services. Using systemctl to start, stop, and restart Ubuntu services. This is the preferred way to manage Ubuntu services. If you are not sure of the service name, you can run systemctl --all command to list all the services. But, there might be hundreds of services running, so it’s better to filter the list using the grep command. Nov 14, 2019 · The meaning of the Ubuntu service command output. From the Ubuntu Linux service man page: service --status-all runs all init scripts, in alphabetical order, with the status command. The status is: [ + ] for running services [ - ] for stopped services [ ? ] for services without a 'status' command

Apr 19, 2017 · # /etc/init.d/apache2 restart OR # apache2ctl restart. See how to restart Apache Web Server on Ubuntu Linux for more information. Restart Nginx for php service. If you are using Nginx web-server type the following command to restart nginx: # /etc/init.d/nginx restart OR # service nginx restart OR # nginx -s reload. Restart Lighttpd for php service

Using systemctl to start, stop, and restart Ubuntu services. This is the preferred way to manage Ubuntu services. If you are not sure of the service name, you can run systemctl --all command to list all the services. But, there might be hundreds of services running, so it’s better to filter the list using the grep command. Nov 14, 2019 · The meaning of the Ubuntu service command output. From the Ubuntu Linux service man page: service --status-all runs all init scripts, in alphabetical order, with the status command. The status is: [ + ] for running services [ - ] for stopped services [ ? ] for services without a 'status' command