[Buildroot] [PATCH v2] postgresql: add systemd service file

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jan 10 18:06:39 UTC 2015


Dear Peter Seiderer,

On Tue, 20 May 2014 23:16:51 +0200, Peter Seiderer wrote:

> +define POSTGRESQL_INSTALL_INIT_SYSTEMD
> +        $(INSTALL) -D -m 644 package/postgresql/postgresql.service \
> +                $(TARGET_DIR)/etc/systemd/system/postgresql.service
> +        mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
> +        ln -fs ../postgresql.service \
> +                $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/postgresql.service
> +endef

Tabs should have been used instead of spaces for indentation. I've
fixed that up, and committed.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list