Page 1 of 1

rpmbuild missing systemd script on centos 7

Posted: Wed May 16, 2018 8:33 am
by westwin
for very latest master branch, I can successfully build my own rpm on centos 7 following below step:
1. autoconf -i -v -f
2. ./configure --enable-systemd
3. make dist
4. rpmbuild -tb [tar_ball]

But it seems that the output rpm only contains the legacy systemv script aka /etc/rc.d/init.d/openvpn, but missing a systemd script for which I can see
the systemd service script in distro/systemd/openvpn-server@service.in

Did I miss anything ?

Thanks