diff options
author | Gabe Evans <gabe@hashrabbit.co> | 2016-02-10 23:44:03 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-14 23:41:13 +0100 |
commit | ea3643d5695a948420a70b76b718bd98a2305a6a (patch) | |
tree | 8110a96459192e3980864c1468b496d171b72572 /package/postgresql | |
parent | b5dc580b158f4790197843de1b2128025f83a0c0 (diff) | |
download | buildroot-ea3643d5695a948420a70b76b718bd98a2305a6a.tar.gz buildroot-ea3643d5695a948420a70b76b718bd98a2305a6a.zip |
systemd: fix dbus activation
Various DBus activated services fail to start with errors similar to:
Unit dbus-org.freedesktop.hostname1.service failed to load: File exists.
The message itself is rather vague and can be seen as a warning in
systemd-networkd logs. Meanwhile, tools like hostnamectl don't work
at all.
The post-install target hook SYSTEMD_SANITIZE_PATH_IN_UNITS was replacing
symlinks with duplicate files. The find command could have used -type f
to avoid this but I instead chose to remove the hook since this fix doesn't
seem to be needed anymore.
Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/postgresql')
0 files changed, 0 insertions, 0 deletions