Top "Restart" questions

Restart refers to the process where a software program or system is systematically (and preferably gracefully) shut down then automatically invoked to full functionality without intervention from the user.

How do you restart Apache with a (web) button click?

I'm playing around with my VM and the code I'm developing requires that I restart apache every time to capture …

php apache restart
How to detect whether Windows is shutting down or restarting

I know that when Windows is shutting down, it sends a WM_QUERYENDSESSION message to each application. This makes it …

c++ winapi api shutdown restart
Restarting Hudson on Windows

I've been having an issue with Hudson on windows. Whenever I update Hudson or a plugin I get the option …

windows hudson restart jenkins
Reload python flask server by function

I'm writing a python/flask application and would like to add the functionality of reloading the server. I'm currently running …

python flask server restart
How to force a service restart?

I have a background service that sometimes gets killed by the OS when it is running low on memory. How …

android service restart kill-process low-memory
Start AlarmManager if device is rebooted

In my app I want to run some code every day at a specific time using an AlarmManager. In the …

android restart android-alarms reboot
Restart computer from WinForms app?

Right now I'm restarting my app with the following code private static void Restart() { ProcessStartInfo proc = new ProcessStartInfo(); proc.WindowStyle = …

c# windows restart
get monit to alert first and restart later

I would like to handle a kind of chain action in monit. check for a process and alert immediately. restart …

alert restart monit
Android application restarts when opened by clicking the application icon

I am new to the Android development world and I've built a simple "Hello World" app. First, activity requests a …

android restart android-launcher android-homebutton
How to detect whether apt-get requires a reboot using Bash?

I am writing a bash script (for apt-get based OS's) that automates the installations process of various programs. In this …

bash command-line-interface restart