Monome DIY Shield - TheTechnobear/NuiLite GitHub Wiki
Issue
on norns.shield (only, not full fat norn, nor fates) norns-jackd, is getting started by multi-user.target.wants - this is odd, since on other version of norns, it doesn’t it gets started by ‘norns.target’ - we don’t know if this is an intentional change or not.
this is only applicable for the Monome Norns DIY Shield, its not needed for FATES, or full-fat norns
Fix
the ‘fix’ (workaround?) is simple:
sudo rm /etc/systemd/system/multi-user.target.wants/norns-jack.service
this works for when sidekick used, (so norns.target is disable) it also continues to work, if sidekick is uninstalled … (as norns-jack is started thru the norns.target, as is the cases with other norns platforms)
Revert Fix
if for some reason you want to 'revert' this fix, simply enter:
sudo ln -s /etc/systemd/system/norns-jack.service /etc/systemd/system/multi-user.target.wants/