rsyslog: Fix systemd service creation
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Tue, 14 Jul 2015 14:38:20 +0000 (16:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Jul 2015 21:58:54 +0000 (23:58 +0200)
commit0b8e10c2ed913b53646c26424893f43dc42cfa15
tree582ed81acaf314bb8e2dfbb9fa97debb0f51a06d
parentc99a0deec78cc0e444332c341ba687b567abd79f
rsyslog: Fix systemd service creation

The rsyslog.service is installed by rsyslog, but the link is not created
so the service is not enabled.
In order to install the service file, use the correct configure flag.

So the INSTALL_INIT_SYSTEMD will create the link, it will also create
another link which is due to the fact that the rsyslog.service contains
an Alias=

If we were to use systemctl enable to enable the service, it would
create both,so we mimic that.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/rsyslog/rsyslog.mk