diff options
| author | Jonathan Liu <net147@gmail.com> | 2013-07-08 23:20:32 +1000 |
|---|---|---|
| committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-07-09 17:04:40 +0100 |
| commit | a8e0bfb91214f1f387b781b89340eee582496c01 (patch) | |
| tree | 3df789b4341cbda89bb1365e200b8e54b29d2981 /meta-webserver/recipes-httpd/nostromo/files/tmpfiles.conf | |
| parent | 9d53e8111db2a1dc2a3df05926d90988c08e7dbe (diff) | |
| download | meta-openembedded-a8e0bfb91214f1f387b781b89340eee582496c01.tar.gz | |
nostromo: fix installed but not shipped /run and /run/nostromo warnings
Changes:
- Remove unnecessary -c option from install
- Add tmpfiles.d config to create /run/nostromo when systemd is
enabled in DISTRO_FEATURES
- Add postinst script to create /run/nostromo using tmpfiles.d if
running systemd (detected by existence of /sys/fs/cgroup/systemd),
otherwise using populate-volatile.sh if it exists
- Remove /var/log/nostromo and /var/run/nostromo from package
Signed-off-by: Jonathan Liu <net147@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/nostromo/files/tmpfiles.conf')
| -rw-r--r-- | meta-webserver/recipes-httpd/nostromo/files/tmpfiles.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/nostromo/files/tmpfiles.conf b/meta-webserver/recipes-httpd/nostromo/files/tmpfiles.conf new file mode 100644 index 0000000000..b7a9f4886e --- /dev/null +++ b/meta-webserver/recipes-httpd/nostromo/files/tmpfiles.conf | |||
| @@ -0,0 +1 @@ | |||
| d /run/nostromo - www-data www-data - | |||
