Skip to main content

Questions tagged [services]

A Linux service is an application (or set of applications) that runs in the background waiting to be used, or carrying out essential tasks.

0 votes
0 answers
28 views

Similar issue to this post: Writing a systemd service to be executed at resume I have a service that I want executed when the computer wakes from sleep. Here is the service: [Unit] Description=User ...
The Bic Pen's user avatar
0 votes
1 answer
28 views

My application consists of two programs, and three processes: one main application, and two identical child processes. They are launched using some wrapper scripts, but (I think?) that it's not ...
Alessandro Bertulli's user avatar
1 vote
2 answers
114 views

I'm running Devuan Excalibur (like Debian Trixie, but without systemd). I notice that fwupd is running; and I know that on some other systems, fwupd is actually service, which can be taken down using ...
einpoklum's user avatar
  • 11.1k
5 votes
2 answers
454 views

When a service has configured a MemoryHigh value and this value is exceeded, the documentation says that this happens: Memory usage may go above the limit if unavoidable, but the processes are ...
Lii's user avatar
  • 237
0 votes
0 answers
58 views

I installed caddy with "sudo apt install caddy" and have everything setup and working, but I also want to run caddy automatically from boot. When I use sudo systemctl enable caddy and ...
MR_MEME53's user avatar
0 votes
1 answer
59 views

I have two service files (serva and servb) as shown below. I want serva to start first (on boot, once network is available), and servb to start only after serva has started. This should be easy, but ...
TSG's user avatar
  • 1,993
1 vote
0 answers
78 views

When I specify in gres.conf to omit the first GPU, Processes in Slurm still use the first one. If I allow Slurm to manage both, the second concurrent process properly goes onto the second GPU. Why? ...
Bartłomiej Popielarz's user avatar
0 votes
1 answer
161 views

I use a systemd service to start several processes when Ubuntu 20.04 starts up. # MyApp start app service [Unit] Description=MyApp start service Requires=network-online.target After=network-online....
sfzhang's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
73