Top "Service" questions

A Service is a long-running executable that performs specific functions and which is designed not to require user intervention.

Solving SharePoint Server 2010 - 503. The service is unavailable, After installation

Installed: SharePoint Server 2010 for Internet Enterprise Beta (x64) On: Windows Server 2008 Standard (x64) on 64 bit hardware Attempts to access the …

service sharepoint-2010 http-status-code-503
Android: keeping a background service alive (preventing process death)

I have a service that is defined as: public class SleepAccelerometerService extends Service implements SensorEventListener Essentially, I am making an …

android service process alarmmanager
Android Service Stops When App Is Closed

I am starting a service from my main Android activity as follows: final Context context = base.getApplicationContext(); final Intent intent = …

android service android-activity restart shutdown
Mongodb service won't start

I am not sure why, and the service was working fine just yesterday, all of a sudden I can not …

mongodb service centos
How do I run a Node.js application as its own process?

What is the best way to deploy Node.js? I have a Dreamhost VPS (that's what they call a VM), …

node.js service deployment daemon
Starting ssh-agent on Windows 10 fails: "unable to start ssh-agent service, error :1058"

When I try to start the ssh-agent on Windows 10 via PowerShell (with elevated right or without) by entering Start-Service ssh-agent …

ssh service windows-10 openssh
What replaces WCF in .Net Core?

I am used to creating a .Net Framework console application and exposing a Add(int x, int y) function via …

c# .net wcf service .net-core
How to Manually create an Apache Windows Service

I accidentally removed my Apache windows service trying to install another Apache web server. Does anyone know how I can …

windows apache service
Logging Events in a Windows Service Program

I have created a Windows service program and I want my error to strictly be written to the Windows eventLog. …

c# events service logging
Using Alarmmanager to start a service at specific time

I have searched a lot of places but couldnt find a clean sequential explanation of how to start a service (…

android service alarm alarmmanager