Skip to content

Instantly share code, notes, and snippets.

@michaelmuenzer
Created October 18, 2020 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelmuenzer/23def447f49856c4a6137e0aa4fa72af to your computer and use it in GitHub Desktop.
Save michaelmuenzer/23def447f49856c4a6137e0aa4fa72af to your computer and use it in GitHub Desktop.
> sudo systemctl status pi-blaster
● pi-blaster.service - Daemon for PWM control of the Raspberry Pi GPIO pins
Loaded: loaded (/lib/systemd/system/pi-blaster.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2020-10-18 09:45:55 CEST; 36s ago
Process: 5152 ExecStart=/usr/sbin/pi-blaster $DAEMON_OPTS (code=exited, status=0/SUCCESS)
Main PID: 5153 (pi-blaster)
CGroup: /system.slice/pi-blaster.service
└─5153 /usr/sbin/pi-blaster
Oct 18 09:45:55 raspberrypi systemd[1]: Starting Daemon for PWM control of the Raspberry Pi GPIO pins...
Oct 18 09:45:55 raspberrypi systemd[1]: Started Daemon for PWM control of the Raspberry Pi GPIO pins.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment