Questions tagged [systemctl]

systemctl is the main command to control and introspect the systemd Linux init system.

systemd is a system and service manager in Linux. More information about switches and arguments can be found here.

228 questions
0
votes
0 answers

how changing openvpn default port on centos7

I am trying to change Openvpn default port from 1194 to 8080 I change port 1194 to port 8080 on server.conf at server and change the client config file like that remote 15.15.15.15 8080 then I restart openvpn but does not work. I also use this…
-1
votes
2 answers

sudo user is not allowed to execute systemctl

I'm trying to allow a user to use sudo to manage a custom systemctl service, this however seems to fail and I can't figure out why. [root@testvm sudoers.d]# ll total 16 -r--r-----. 1 root root 334 Oct 9 15:42 20_appgroup -r--r-----. 1 root root 104…
Mark Visser
  • 3
  • 1
  • 1
  • 3
-1
votes
1 answer

Cannot get redis 5 to run with systemctl

Installed Redis 5 (have Redis 3 working on server) Modified various configurations in /etc/opt/rh/rh-redis5/redis.conf as necessary including setting supervised to "systemd" and setting daemonize to no. (I also tried "auto" for supervised with no…
STP
1 2 3
15
16