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.

1 vote
0 answers
42 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
39 views

System info Hardware: GL iNET X3000 OS: OpenWrt 21.02-SNAPSHOT Shell: ash Now, I will let the output speak for itself: root@GL-X3000:~# service prometheus-node-exporter-lua restart root@GL-X3000:~# ...
Centaro's user avatar
  • 33
0 votes
1 answer
31 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
0 votes
1 answer
67 views

In sysvinit, we could list /etc/init.d. In systemd, the solution was a systemctl --all. What to do in runit? The sv command can only manage induvidual services, but not list them.
peterh's user avatar
  • 10.5k
1 vote
2 answers
119 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
0 votes
2 answers
103 views

I have a rather weird and repeatable issue. I have 3 pi's, left, right, and base. The left and right have cameras and perform computer vision. They regularly send UDP packets to the base. The program ...
Drew's user avatar
  • 111
5 votes
2 answers
465 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
1 vote
1 answer
427 views

My end goal here is to have no saved network connections, no enabled Wi-Fi or networking each time I boot up my computer, so that I have to go through a sequence of steps in order to access internet. ...
mark coder's user avatar
0 votes
0 answers
59 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
136 views

On my Linux distribution I'm using the NTP client systemd-timesyncd. Test case The test case is: Boot while the system is able to reach the NTP server (that is time1.google.com) by a connection to a ...
User051209's user avatar
0 votes
1 answer
60 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
0 votes
0 answers
47 views

I am writing a program that I would like to have the ability to schedule an action. This would work similar to the the TIME option in shutdown, where the user specifies a time and that information ...
andiegoonie's user avatar
1 vote
0 answers
79 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
81 views

List missing services systemctl --state=not-found --all Output: UNIT LOAD ACTIVE SUB DESCRIPTION ● boot.automount not-found ...
metablaster's user avatar
0 votes
1 answer
171 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