Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 948 Bytes

README.rst

File metadata and controls

45 lines (29 loc) · 948 Bytes

authd-formula

A saltstack formula for authd. Authd is a simple RFC 1413 ident protocol daemon that is commonly available for the Red Hat family of operating systems.

The upstream project for authd is at <https://github.com/InfrastructureServices/authd>.

Available states

Installs the authd package and starts the associated systemd socket service.

Installs the authd package.

Ensures the service is running.

Configures the service by using a systemd override file to reconfigure the ExecStart parameter.

Stop the service, remove the authd package.