Sicura Logo
Menu

Running Sicura Console

By default, the Sicura Console RPM creates a user called sicura-console, and sets permissions on its default files based on the Sicura Console user. Commands for Sicura Console should be run by the sicura-console user.

There is also a Puppet module available for management of the sicura-console service and configuration.

Running Sicura Console Manually

To run sicura-console from the command line run:

sudo -u sicura-console sicura-console

Running Sicura Console at Boot

The Sicura Console RPM sets up a systemd unit file on EL7, or a sysvinit service file on EL6. You’ll need to enable the service, then start it.

EL7

systemctl enable sicura-console
systemctl start sicura-console