Add systemd unit files
Change-Id: I17322ef7eda1f3bf0bc53b887508fadf039250cc
diff --git a/wscript b/wscript
index 960ffb0..6c65c50 100644
--- a/wscript
+++ b/wscript
@@ -33,3 +33,10 @@
bld.install_files('${SYSCONFDIR}/ndn', ['ndn-traffic-client.conf.sample',
'ndn-traffic-server.conf.sample'])
+
+ if Utils.unversioned_sys_platform() == 'linux':
+ systemd_units = bld.path.ant_glob('systemd/*.in')
+ bld(features='subst',
+ name='systemd-units',
+ source=systemd_units,
+ target=[u.change_ext('') for u in systemd_units])