tinc: removed systemd support
This commit is contained in:
parent
b4443c58a7
commit
731121f7b5
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Tinc daemon for net %i
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/tincd -n %i
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'tinc'
|
||||
pkgname=tinc
|
||||
version=1.0.25
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
build_options="systemd"
|
||||
makedepends="zlib-devel lzo-devel libressl-devel"
|
||||
short_desc="VPN (Virtual Private Network) daemon"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -15,7 +14,4 @@ configure_args="--sbindir=/usr/bin"
|
|||
|
||||
post_install() {
|
||||
vsv tincd
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/tincd@.service 644 usr/lib/systemd/system
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue