summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2019-03-27 12:58:51 +0100
committerSami Kerola <kerolasa@iki.fi>2019-03-31 09:49:12 +0100
commitf06ca70849886d997406193a3c1d90850ed419ae (patch)
tree95aea6892156bf69a2192ab61c8d578250ca5a5f
parent0cd6217f9e18dac949fbf88269a7bea9d3ae3b6c (diff)
downloadiputils-f06ca70849886d997406193a3c1d90850ed419ae.tar.gz
build-sys: make rdisc.service a regular unit
There is no need to output it as a template unit, as there is no template specific syntax in the unit file.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 97c4a12..8bb5756 100644
--- a/meson.build
+++ b/meson.build
@@ -288,7 +288,7 @@ if build_rinfod == true
subs.set('sbindir', join_paths(get_option('prefix'), get_option('sbindir')))
unit_file = configure_file(
input: 'systemd/rdisc.service.in',
- output: 'rdisc@.service',
+ output: 'rdisc.service',
configuration: subs
)
install_data(unit_file, install_dir: systemdunitdir)