Re: [systemd-devel] help with dependicies

2013-12-05 Thread John Davis
Hello I have a solution. falcon on irc pointed out that the wants and requires need to be in the [unit] section. Once that change was made this config worked. -- John F. Davis 6 Kandes Court Durham, NC 27713 919-888-8358 独树一帜 ___ systemd-devel maili

[systemd-devel] help with dependicies

2013-12-05 Thread John Davis
Hello I have four unit files. 1. xxx.target 2. tmp-testy.mount 3. tmp-testy_ro.mount 4. temp-testy_rw.mount I want the xxx.target to automatically start the three .mount unit files on boot. Item, 2. tmp-testy is a union mount of the two unit files 3. and 4. In order to get this to work, I have