Questions tagged [service]

A service (also daemon or server) is a programme that constantly runs in the background. It usually services requests. If you are asking about online services, please use a different tag.

A service (also daemon or server) is a programme that constantly runs in the background. It usually services requests. If you are asking about online services, please use a different tag.

1035 questions
0
votes
0 answers

How do I find the ProtonMail Bridge PID file on my server?

I installed Monit on my server, as well as the "ProtonMail Bridge". I followed the following tutorial : https://pychao.com/2020/06/10/update-on-using-protonmail-bridge-on-headless-wordpress-linux-servers/ How to know the path of the "ProtonMail…
Mathieu
  • 45
  • 2
  • 8
0
votes
2 answers

How do I locate a service on my server?

I installed Monit on my server, as well as the "ProtonMail Bridge". How to know the path of the "ProtonMail Bridge" service to add it to Monit ? ubuntu@www-example-com ~ $ ps -ef enter image description here
Mathieu
  • 45
  • 2
  • 8
0
votes
1 answer

Issue restarting apache with cron / crontab ( Ubuntu 18.04)

I have a specific case where testing a new version of the software is being done at a specific time of the day so I have cronjob that should: Software is set in /var/www/html folders V2 and V3 respectively. Therefore I use sed to change the version.…
Perovic
  • 21
  • 2
0
votes
1 answer

Is there any wat to run services with normal user

We have some service which need elevated rights. And by default, they will be running in root mode. But customer is asking to use normal user instead of root. So, I added to wheel group on centos, and tried to run the background executable to check…
Uday Kiran Reddy
  • 119
  • 1
  • 4
  • 14
0
votes
1 answer

RHEL 7.8 - Different behaviors between `service X start` and `systemctl start X`

I'm currently setting up a RHEL 7.8 tomcat service and I'm having trouble with the service and systemctl commands. Context: the following file was set up on /etc/init.d/tomcat: #!/bin/bash # # # chkconfig: 2345 20 80 # description: Start up the…
Badashi
  • 103
  • 2
0
votes
1 answer

MariaDB service doesn't start

I tried to restart it but still doesn't. I've been seeing some post but don't is the same problem. The server is CentOS Linux release 7.5.1804 (Core) The output o systemctl status mariadb is: ● mariadb.service - MariaDB database server Loaded:…
0
votes
1 answer

Issue running Golang server binary as a service with Systemd

I am trying to run a Golang server binary as a service with Systemd on Centos 8, but I get an error. This is my script…
Daniele B
  • 367
  • 1
  • 4
  • 14
0
votes
1 answer

[service I created].service: Failed to execute command: Permission denied

I've been trying to set up a website that runs from my computer that runs Ubuntu. I've managed to troubleshoot most of my problems thus far and I think I'm nearing the end of getting this thing online. The website I'm trying to get installed and…
H412H
  • 5
  • 2
  • 4
0
votes
1 answer

Azure Database for MySQL servers: Location: service not available in this location for your subscription

I am trying to create an Azure DB MySQL server and under location I keep getting this error. " service not available in this location for your subscription." Could you guide me what needs to be selected here?
0
votes
3 answers

What determines the user a services started

I thought, that the service files under /lib/systemd/system/ determine as what user a service is started. But apparently that's not (always) the case. Here's an example: ~# ps faux ... whoopsie 1445 0.0 0.1 388420 12604 ? Ssl 08:22 0:00…
geets
  • 35
  • 6
0
votes
1 answer

ubuntu 18.04: clamav running, tomcat dying

Ubuntu 18.04. 2Gb RAM + 512mb swap. When running clamav, it consumes 800+mb of memory because it loads all the signatures into the memory. Because of that, I set it to run every day at 3am instead of ongoing. So far, tomcat and clamav got along very…
Amos
  • 257
  • 3
  • 4
  • 10
0
votes
1 answer

Azure microservices deployment

I want to develop and host my portfolio on Azure, since I have free money every month thanks to the MSP Program. My portfolio will be made of 3 services: a frontend app using React a backend app using Asp.Net Core a database for storing articles…
0
votes
1 answer

Cannot delete a virtual machine

I created a VM in France Central but the creation has failed because of: "Error: Code="AllocationFailed" Message="Allocation failed. We do not have sufficient capacity for the requested VM size in this region. Read more about improving likelihood of…
0
votes
1 answer

Lighttpd - can be run, but not showing up as service on Ubuntu

I've got a little Atom box that I'm running Xubuntu (18.04.3 LTS Ubuntu with Xfce) on and I've got lighttpd up and going by adjusting the port number in the conf file (to avoid a collision with Apache on port 80). I can start lighttpd by using…
0
votes
1 answer

How to change Windows Installer service permissions

I'm about to run CI service as a custom user account. The issue I faced is that Windows Installer service is allowed to run only by Administrators, INTERACTIVE/SERVICE accounts, or TrustedInstaller:…