Service Management¶
You can start, stop, and restart the service as needed:
Using Task Manager:
- Press
Ctrl+Shift+Escto open Task Manager - Go to the Services tab
- Locate
dracal-device-servicein the list - Right-click on the service to start, stop, or restart it
Using command line:
- Start:
sc start dracal-device-service - Stop:
sc stop dracal-device-service - Restart: Stop then start the service
Using command line:
- Start:
systemctl start dracal-device-service.service - Stop:
systemctl stop dracal-device-service.service - Restart:
systemctl restart dracal-device-service.service
Using command line:
- Start:
launchctl load /Library/LaunchDaemons/com.dracal.device-service.plist - Stop:
launchctl unload /Library/LaunchDaemons/com.dracal.device-service.plist - Restart: Unload then load the service