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
11 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
  • 151
0 votes
1 answer
20 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
21 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
0 answers
59 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
  • 281
0 votes
0 answers
64 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
721 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
0 answers
10 views

How do I gray out the service startup type for my own windows service? (The service is written using win32 API ) [migrated]

I am writing a service, in which I want to restrict users from modifying service startup type. How do I do? I have attached a windows service which grays out the startup option. WinDefend - Service ...
pari.dev's user avatar
0 votes
1 answer
28 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
74 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,253
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
151 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
27 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
20 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
2 votes
1 answer
1k views

Fail to start sppsvc service in Windows 11

I bought a new laptop with an Nvidia GeForce 4070 GPU and an I7 12700 CPU. After installing Microsoft Office products, the service sppsvc stopped working as a result the Office apps raised the error &...
MR_'s user avatar
  • 21
2 votes
0 answers
78 views

Wait for USB mount before starting NFS server on a Raspberry Pi Zero 2 (zero2w) with Raspbian?

I have Raspberry Pi Zero 2 (zero2w) with Raspbian x32 installed and attached USB SSD drive which main purpose is to act as a network (image) backup server for several other devices (all Raspberry Pis -...
h45h3ncryp73d's user avatar
0 votes
1 answer
142 views

How do you kill a Windows Service with Cygwin?

I've found many questions/answers that document how to kill a Windows process in Cygwin, but I'm asking how to kill a Windows 10 service in Cygwin. If the verb "kill" seems out of place for ...
Daniel Kaplan's user avatar
0 votes
0 answers
117 views

What disables the 'Startup type' dropdown in the services.msc snap-in, for the gamingservices and gamingservicesnet services?

I've met my share of difficult Microsoft services that don't want to be fiddled with for various reasons, but I can't seem to figure out the gamingservices & gamingservicesnet services. I've added ...
JustJinxed's user avatar
0 votes
0 answers
289 views

Faults in Windows Updates Services and more on Windows 11

My friend's been having issues with his computer when trying to update to 23H2. Initially this started with a "Something went wrong. Try to reopen Settings later." message. After digging ...
Alucaius's user avatar
0 votes
0 answers
78 views

How to run Apache airflow that is installed by PyPy as systemd?

I installed Apache airflow using PyPy and the executable is in /home/my_user/anaconda3/envs/my_env/bin/airflow The installation is working fine and I wanted to make it a systemd. [Unit] Description=...
motam79's user avatar
  • 490
1 vote
1 answer
1k views

Windows 10 - Firewall - Outbound rule to allow access for one service hosted by svchost.exe

Initial question Today, I'm stuck with a Windows Firewall problem and I hope you can help me. I'm trying to create rules dedicated to services but I can't make them match. I found some related topics ...
shadowpool's user avatar
0 votes
0 answers
410 views

What is the “down” service at port 2022?

According to NMAP and IANA port 2022 TCP belongs to the service down: PORT STATE SERVICE 2022/tcp open down But what is down? I cannot find anything about it. Is there any document explaining ...
HeartOfGermany's user avatar
2 votes
2 answers
257 views

macOS: run user-mode services but allow other users to login

i would like to run gitlab-runner or a multi-user Mac Studio . Reading the documentation, it seems that I have to setup auto-login for the user who is running gitlab-runner as a user-service, in order ...
umläute's user avatar
  • 451
1 vote
1 answer
2k views

When can/should a Windows service Start type be "Boot" or "System" instead of "Automatic"?

While running the Services.msc GUI offers the ability to manually set a Windows service start type to Automatic, Automatic (Delayed start), Manual, or Disabled, the configuration of services is stored ...
ETL's user avatar
  • 381
0 votes
1 answer
181 views

Windows .Bat file behave differently when executed from command window and by double clicking on the bat file

batchfile is simple which has only two lines below, but behaves differently. run from command window. > sc \\server query | findstr SERVICE_NAME | find /c /v "" //result is 135 > ...
OfusJK's user avatar
  • 101
0 votes
0 answers
62 views

NSSM for Selenium Server (Paused)

My selenium grid server is working very well when im running it on cmd and then java -jar selenium-server-.jar standalone and I can also run my test side files from my monitoring. But when I close the ...
Zeybekoloji's user avatar
3 votes
1 answer
201 views

Why isn't systemd restarting simple service that has Restart=always after main process killed?

I created a simple systemd service test.service with Restart=always [Unit] Description=test [Service] Type=simple Restart=always RemainAfterExit=no ExecStart=/home/core/test.sh and test.sh #!/usr/...
comphilip's user avatar
  • 131
0 votes
0 answers
2k views

Safe removal of NT SERVICE\All services from GPO log on as a service

I've searched for many weeks now if it's safe to remove NTSERVICE\ALL SERVICES right from 'Log on as a service' User right assigment. Goal here is to increase my GPO's security. I do want to limit to ...
mtlllll's user avatar
0 votes
1 answer
220 views

Tomcat service on windows server 2019 starts automatically after being killed?

I have to regularly kill my tomcat service on a windows server 2019 in order to transfer new data into an MSSQL database. I have administrator privilages and have tried all methods I know to stop the ...
Robert Buckley's user avatar
2 votes
1 answer
787 views

How to reserve port number and avoid other applicationsto use this specific port number?

We have a Linux machine running RHEL version 7.9. In this machine, we have installed the Ticktok service, which uses the port number 4590. Sometimes the service stops and doesn't use port number 4590. ...
King David's user avatar

15 30 50 per page
1
2 3 4 5
37