rpmbuild missing systemd script on centos 7

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
westwin
OpenVpn Newbie
Posts: 1
Joined: Wed May 16, 2018 8:28 am

rpmbuild missing systemd script on centos 7

Post by westwin » Wed May 16, 2018 8:33 am

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

Post Reply