* Journal log
Jan 16 13:38:50 localhost systemd-tmpfiles[207]: /usr/lib/tmpfiles.d/murphyd.conf:2: Line references path below legacy directory /var/run/, updating /var/run/murphy/processes → /run/murphy/processes; please update the tmpfiles.d/ drop-in file accordingly.
Change-Id: I5066bcefc81cad5864a852fde8674e33718064f0
d /tmp/murphy 0755 owner users - -
-d /var/run/murphy/processes 0755 owner users - -
+d /run/murphy/processes 0755 owner users - -
#include <murphy/common.h>
-#define MURPHY_PROCESS_INOTIFY_DIR "/var/run/murphy/processes"
+#define MURPHY_PROCESS_INOTIFY_DIR "/run/murphy/processes"
struct mrp_pid_watch_s {
pid_t pid;