RestartΒΆ
When modifying some configurations, you will be prompted to restart Enterprise Steam to apply changes.
- Restart Enterprise Steam.
- RHEL 6 / CentOS 6:
sudo /etc/init.d/steam restart
- RHEL 7 / CentOS 7:
sudo systemctl restart steam
- Ubuntu / Ubuntu:
sudo service steam restart
- Validate that the Enterprise Steam service is running.
- RHEL 6 / CentOS 6:
sudo /etc/init.d/steam status
- RHEL 7 / CentOS 7:
sudo systemctl status steam
- Ubuntu / Ubuntu:
sudo service steam status
For troubleshooting, please review the logs (cat /var/log/steam/steam.log
).