diff options
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb index 3aaa5c2d4d..fe860ec9a9 100644 --- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb +++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | |||
@@ -61,7 +61,7 @@ CONFFILES_${PN} += "/var/nostromo/conf/mimes ${sysconfdir}/nhttpd.conf" | |||
61 | pkg_postinst_${PN} () { | 61 | pkg_postinst_${PN} () { |
62 | if [ -z "$D" ]; then | 62 | if [ -z "$D" ]; then |
63 | if [ -e /sys/fs/cgroup/systemd ]; then | 63 | if [ -e /sys/fs/cgroup/systemd ]; then |
64 | systemd-tmpfiles --create | 64 | systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/nostromo.conf |
65 | elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then | 65 | elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then |
66 | ${sysconfdir}/init.d/populate-volatile.sh update | 66 | ${sysconfdir}/init.d/populate-volatile.sh update |
67 | fi | 67 | fi |