Results 3 comments of Zgadnij

Acording to manpage it suggested it is executed sequentially. Sorry for my wrong assumption. I tried adding ``` x-systemd.requires=/mnt/pool,x-systemd.automount ``` to options to no avail. Systemd fails waiting for device...

I have similar issue with ``` (defcfun "ImageDrawPixel" :void "Draw pixel within an image" (dst (:pointer (:struct %image))) (pos-x :int) (pos-y :int) (color (:struct %color))) ``` it also takes pointer...