Skip to content

Service Management

You can start, stop, and restart the service as needed:

Using Task Manager:

  1. Press Ctrl+Shift+Esc to open Task Manager
  2. Go to the Services tab
  3. Locate dracal-device-service in the list
  4. 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