Change tmpfile path from /var/run to /run 57/249157/1 accepted/tizen_6.0_unified tizen_6.0 accepted/tizen/6.0/unified/20201209.102048 submit/tizen_6.0/20201208.043428
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 3 Dec 2020 05:15:10 +0000 (14:15 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Tue, 8 Dec 2020 02:39:07 +0000 (02:39 +0000)
* 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
(cherry picked from commit ad0622d107be8c0b192ff1b1fa7a26bca9bd4bba)

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;