monome / norns-image

79 stars 16 forks source link

run norns components with systemd #34

Closed artfwo closed 6 years ago

tehn commented 6 years ago

any way to get matron started ASAP would be amazing, just to reaffirm the user that the thing is powering up instead of a blank screen. waiting longer for SC to start up is totally fine.

(i should work on the fancy startup animation!!)

artfwo commented 6 years ago

so in the above commits I moved norns.target under multi-user.target (and after sockets.target) to start it earlier, but the difference in boot speed is already negligible, since we've already removed a lot of cruft from the startup sequence.

amixer command is changed to amixer set Master 255 on since % sign is used for variable substitution in systemd units and this is what was causing the volume to drop in my test image.