Cristian Rodríguez wrote:
El 23/10/13 15:10, Lee Duncan escribió:
Advice? Answers?
Ok, I just looked at the patch that implements this bits, some comments...
systemd unit files are NOT and should never be marked as %config
why is LOCK_DIR defined in the command line as /etc/iscsi ? that does
not look quite right.. use /run/lock/iscsi and provide a tmpfiles.d snippet with d /run/lock/iscsi 0700 root root -
Don't. Simple rule, never use /run/lock (or /var/lock). If at all it's managed by lockdev. Never use it for anything else.
cu Ludwig