mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
tinc: removed systemd support
This commit is contained in:
parent
b4443c58a7
commit
731121f7b5
2 changed files with 1 additions and 15 deletions
|
@ -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'
|
# Template file for 'tinc'
|
||||||
pkgname=tinc
|
pkgname=tinc
|
||||||
version=1.0.25
|
version=1.0.25
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="systemd"
|
|
||||||
makedepends="zlib-devel lzo-devel libressl-devel"
|
makedepends="zlib-devel lzo-devel libressl-devel"
|
||||||
short_desc="VPN (Virtual Private Network) daemon"
|
short_desc="VPN (Virtual Private Network) daemon"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -15,7 +14,4 @@ configure_args="--sbindir=/usr/bin"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv tincd
|
vsv tincd
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${FILESDIR}/tincd@.service 644 usr/lib/systemd/system
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue