Start, stop, or restart your server
Manually stop, start, or restart your server.
読み終わるまでの所要時間 1 分最終更新 9ヶ月前
The Unity Version Control (UVCS) server starts automatically on server boot, and when the installation process finishes.
Manage your server on the following systems:
Windows
Use the Windows Service Manager
- Run the command to open the Services window.
services.msc - Select Plastic SCM Server.
- Select Start, Restart, or Stop.
Use the command line
plasticd {--start |--stop | --restart}
Linux
To start and stop the Plastic SCM service on Linux systems, use the script as sudo. Find the script in the following locations:
plasticsd- In the directory to help with automatic start on system boot.
/etc/init.d - In the server installation directory, , by default.
/opt/plasticscm5/server - Through the command.
service
The script has the following options:
plasticsdplasticsd {start | stop | restart | status}
Example commands
/etc/init.d/plasticsd start
/opt/plasticscm5/server/plasticsd stop
service plasticsd restart
/etc/init.d/plasticsd status
macOS
To start or stop the UVCS server daemon, you need to use the macOS command as sudo.
launchctlStart your UVCS server
To start the UVCS server, run the following command:
sudo launchctl load /Library/LaunchDaemons/com.codicesoftware.plasticscm.server.plist
Stop your UVCS server
To stop the UVCS server, run the following command:
sudo launchctl unload /Library/LaunchDaemons/com.codicesoftware.plasticscm.server.plist