systemctl set-property assignment parameters

I want to edit the properties of a system service using systemctl.

For example, I want to change the properties of FailureAction=none on a service that failed, but I don't know what parameters are valid.

I looked at these...

...but I don't find them helpful, at all.

Are there more detailed references, that can help me with using valid parameters... and, or does anyone know the acceptable parameters for DisableControllers=, and FailureAction= ?

7

1 Answer

I discovered how to productively navigate the man pages, and found what I was looking for.FailureActionDisableControllers

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like