irqbalance: removed systemd support
This commit is contained in:
parent
d4fe81c3f8
commit
0243b86125
@ -1,8 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=IRQ Balancer daemon
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/sbin/irqbalance --foreground
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
@ -1,8 +1,7 @@
|
|||||||
# Template file for 'irqbalance'
|
# Template file for 'irqbalance'
|
||||||
pkgname=irqbalance
|
pkgname=irqbalance
|
||||||
version=1.0.9
|
version=1.0.9
|
||||||
revision=2
|
revision=3
|
||||||
build_options="systemd"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libglib-devel libcap-ng-devel libnuma-devel"
|
makedepends="libglib-devel libcap-ng-devel libnuma-devel"
|
||||||
@ -19,7 +18,4 @@ pre_configure() {
|
|||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv ${pkgname}
|
vsv ${pkgname}
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user