[19:31] OvenWerks: I'm having a little trouble. Does autojack interact with /etc/default/ubuntustudio in any way? [20:05] No but ubuntustudio_system does. [20:07] It has to be done with pkexec because /etc has system owned files [20:09] I think it is read by /lib/systemd/ubuntustudio as well [20:09] Aha! That's what's missing. [20:10] so /usr/sbin/ubuntustudio-system sets it (reads it first for defaults) and the other reads it at boot [20:10] Yes, I see that now. :) [20:11] Although, for quite some time now, /lib is a symlink to /usr/lib. [20:11] So, we might just need to combine those two directories. [20:12] the /lib/systemd/ubuntustudio is not used directly but via a link: /lib/systemd//lib/systemd/system/ondemand.service.d/ubuntustudio.conf [20:13] we could combine them, at the time I first put it in they were very much separate [20:13] Yeah, they've been combined since before 18.04 iirc. [20:14] It used to be common to mount usr aftr / [20:14] no I have 18.04 and it is not combined [20:14] Interesting. [20:14] Well, lets leave them separate until 18.04 is EOL then. [20:14] Yeah I think we need to [20:15] In 20.04 /lib points to /usr/lib. [20:15] I think even before [20:15] 19.10 for sure but maybe as early as 18.10 [20:16] Very possible. I know that was somthing that was discussed as early as 14.04 since Fedora jumped on that combination pretty early. [20:17] it is a hard link [20:17] :P [20:17] Ah. Then that makes sense. [20:18] But I guess that with drive sizes /var and /home are the ones that get extra mounted [20:18] the /, /usr, /opt set of trees are not very big by todays standards [20:20] the /home tree can be very big of course and it is nice to be able to just mount it or back it up separate [20:21] Yeah, /home definitely gets that. Most people (and defaults) don't bother with /var. [20:22] for a mail system it is nice [20:22] th0ough I guess /var/mail could be a link [20:23] or /var/spool [20:23] Indeed. [21:37] OvenWerks: So, I made a discovery: ondemand.service is an Ubuntu-only thing. To circumvent that, I made a /lib/systemd/system/studio-system.service file that executes /lib/systemd/ubuntustudio.