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.

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
73