I am IT admin in the company. The developers ask to have sudo permission to execute sudo systemctl status/reload/start/stop serviceName
to manage their app. But my boss doesn't want them to be able to run apt
to install/remove/upgrade the package. Is there any way to do that?
I am very new to Linux, any help is appreciated!