Easel driver for Linux, Mac, Windows, ARM, Raspberry Pi, Intel, FTDI, CH340, CH341, CP210x, FTDI clones, local, and remote access to GRBL-based CNC controllers
95
stars
24
forks
source link
Issues with system service #18
Closed
jordansissel closed 3 years ago
With #17, a system service is now added -- and that's nice!
I'm using Raspberry Pi OS latest as of yesterday. Appears to be Raspbian / Debian 10.
I found a few issues: 1) sysv is incorrectly assumed on my raspberry pi which uses systemd. 2) the init script is not executable
sysv vs systemd is detected with
pidof /sbin/init
which on my system reports 712, so the /sbin/init check doesn't seem quite right.If I can find energy in the next week or so, I'll send a patch to resolve these.