You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently /etc/defaults/unimus should not contain newlines, as the init script and the unit file can't handle loading configuration from it with newlines.
We need to fix this - likely something as easy as tr '\n' ' ' should work.