Change tmpfile path from /var/run to /run 91/248891/2 accepted/tizen/unified/20201209.124927 submit/tizen/20201207.231432
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 3 Dec 2020 05:15:10 +0000 (14:15 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 7 Dec 2020 02:06:53 +0000 (11:06 +0900)
* 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

packaging/murphyd.conf
src/common/process.c

index 7f5bffa72337fb9e32626349c50029c337b2e78d..a1649b856117a063a5291bfc04555784b9f11b75 100644 (file)
@@ -1,2 +1,2 @@
 d /tmp/murphy 0755 owner users - -
-d /var/run/murphy/processes 0755 owner users - -
+d /run/murphy/processes 0755 owner users - -
index 71a10e1cd24b751f9e63ae20c0b74ab119930c23..09db548b67c225a7637932e55b22e33c4ff85721 100644 (file)
@@ -44,7 +44,7 @@
 #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;