Skip to main content

Questions tagged [services]

On Windows, services are processes running regardless of users logging in. They provide access and features to different programs or processes. On Mac OS X, services are menu bar and context menu items available from any application that can act on a user's selection, like text or files.

0 votes
0 answers
24 views

Deploying a NodeJS Easily and Correctly [closed]

I'm trying to find either a free or very inexpensive host that I can use to deploy my NodeJS app and a private storage directory (all under my root directory for my NodeJS app). Based upon the ...
WhatToDo's user avatar
0 votes
1 answer
22 views

The definition and application of the word 'Shell' in computing

I have been researching and ended up going down a rabbit hole. My problem starts when I was reading this article: https://learn.microsoft.com/en-us/windows/application-management/svchost-service-...
E M's user avatar
  • 1
0 votes
0 answers
17 views

Getting 'unrecognized service' error when trying to enable service listed by systemd

System info below. I have created a service by creating /etc/systemd/system/unison-PaperPortDocs.service. When I run "systemctl --all list-unit-files 'unison*' I see the following list: > ...
Dennis 's user avatar
  • 149
0 votes
1 answer
42 views

How can I start the GlobalProtect service?

I use Palo GlobalProtect VPN on Windows 10. It complains the GlobalProtect service is stopped. But I don't see any GlobalProtect service: How can I start the GlobalProtect service?
Franck Dernoncourt's user avatar
0 votes
0 answers
37 views

Bluetooth Support Service doesn't exist in services.msc and paired devices do not connect

I just purchased, received and installed GIGABYTE GC-WBAX2400R, installed drivers and tried to pair my mobile phone to my PC (Windows 10) using that card. I can pair succesfully but then I can't ...
Baffo rasta's user avatar
1 vote
1 answer
70 views

systemd: ensure, service is started after mysql

I have a systemd path unit, which watches a config file to apply db changes if the config file changes. To ensure the path unit runs after mysql, I added these lines: Wants=mysqld.service After=mysqld....
elsamuko's user avatar
  • 291
0 votes
0 answers
86 views

Google update service (gupdate) missing in Services

I wanna update google chrome, and I got the error: I tried to start the google update service (gupdate) in Services, but it's not present. How can I start it? EDIT: Chrome is now running a current ...
Federica Guidotti's user avatar
5 votes
1 answer
733 views

What user should sshd.exe run as on Windows 10

Been running the Windows version of OpenSSH (Installed through manage optional features GUI) for a while on a Windows 10 server box. So far, SSH has only been used on the LAN, however I am working on ...
M_D's user avatar
  • 469
0 votes
1 answer
38 views

Systemd Service not being loaded when migrating from Debian 8 to Yocto

I have an app.service that I have been using on a debian machine that is symlinked to /etc/systemd/system/multi-user.target.wants it works well and starts my app. I have recently been working on ...
tyleax's user avatar
  • 117
0 votes
0 answers
89 views

How to indefinitely restart a systemd service until it succedes?

I have a systemd service on a machine that could be killed (or otherwise fail) which I want to restart upon failure indefinitely, trying a restart every 2 seconds until it succeeds (or the end of the ...
WoJ's user avatar
  • 3,263
1 vote
1 answer
2k views

How to properly create a service in Ubuntu?

I have a server with Ubuntu 22.04.2 LTS and I need to create a service that would be running on the server. I found this SO answer which details how to create and enable a service, however my service ...
user984621's user avatar
0 votes
1 answer
123 views

cmd // stop service ONLY if it's running, otherwise declare a variable

I'd like to make a short script which: Checks if specified services are running. If they do then they should be stopped (otherwise declare variable/s for the last point). Then there will be some code ...
superfractal's user avatar
0 votes
0 answers
167 views

MySQL is not connecting with server

I am currently using MySQL 8.0.36 on Windows 10. Today, when I started my computer to work on SQL, I encountered an issue where it displayed 'No connection established.' Subsequently, I attempted to ...
NAMIT DUBEY's user avatar
0 votes
0 answers
28 views

Is it possible to create a non-forking vnc service?

I followed this article to create a vnc service. The service is forking and uses a PID-file. My version of the service description — [email protected] — looks like this: [Unit] Description=Start ...
ElToro1966's user avatar
0 votes
0 answers
21 views

Why is the webserver not available in the LAN if I start the server by a service-deamon?

I have a Laravel application, if I start this application in the CLI with artisan serve --port=8081 --host=monitoring it is available in the network with monitoring:8081. I create a ServiceDaemon an ...
michael-mammut's user avatar

15 30 50 per page
1
2 3 4 5
73