Top "Service" questions

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

How to access service container in symfony2 global helper function (service)?

This question started out with me not understanding why I couldn't pass variables to a symfony2 global helper function (service), …

php service symfony
Using SC to install a windows service and then set recovery properties

I want to set the Recovery Options on a Windows Service I'm installing on a Windows Server 2003. I know this …

windows service command recovery
MongoDB on Ubuntu won't start as a service, nothing in the log

Am running MongoDB 2.2 on Ubuntu and if I run: sudo mongod I get an error that it can't find /data/…

mongodb ubuntu service
Systemd with multiple execStart

i Would know if it's possible to create service with the same script started with different input parameters. Such as: […

linux service server systemd
How to handle XML services in AngularJS?

My company has thousands of existing xml web services and is starting to adopt AngularJs for new projects. The tutorial …

xml service angularjs backend
How to run "Oracle VirtualBox (VBOX)" like a service after boot in fully background "Microsoft Windows (WIN)"?

PROBLEM I want to run autostart "Virtual Machine (VM)" without "Oracle VirtualBox (VBOX)" "Graphical User Interface (GUI)" on local DEV …

service virtualbox virtualization vbox
How is an Intent Service Declared in the Android Manifest?

Straight forward question: Is an IntentService declared in the Android Manifest as a regular service, or is there another way? …

android service android-manifest intentservice
Accessing UI thread handler from a service

I am trying some thing new on Android for which I need to access the handler of the UI thread. …

android multithreading user-interface service handler
Cannot resolve Manifest.permission.ACCESS_FINE_LOCATION

When adding permissions to my manifest file, the below xml works. <permission android:name="android.permission.ACCESS_FINE_LOCATION" /&…

android service permissions gps manifest
Add nginx.exe as Windows system service (like Apache)?

I set up NGINX as a front end server for static content and I use Apache as a back-end server …

windows service windows-services nginx