Running Keeper SSO Connect as a Service on Linux
Setting up a service on Linux
[Unit]
Description=SSO Connect Java Daemon
[Service]
WorkingDirectory=/path/to/keeper (i.e. /home/keeperservice/sso_connect)
User=<user> (i.e. root)
ExecStartPre=/bin/sleep 10
ExecStart=/usr/bin/java -jar /path/to/keeper/SSOConnect.jar
[Install]
WantedBy=multi-user.targetsudo chmod 644 /etc/systemd/system/ssoconnect.servicesudo systemctl enable ssoconnect.serviceTroubleshooting Linux
Last updated
Was this helpful?

