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

[systemd-devel] systemd and automount

2013-11-06 Thread John Davis
Hello I am trying to use systemd on archlinux to mount a file system on demand. Here is what Ihave done and here are my results. Creating a ramdisk image. # dd if=/dev/zero of=testyfs.raw bs=4096 count=1000 # mkfs.ext4 -F testyfs.raw Making a mount point in /mnt # mkdir /mnt/testyfs Adding a