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'
|
||||
pkgname=irqbalance
|
||||
version=1.0.9
|
||||
revision=2
|
||||
build_options="systemd"
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libglib-devel libcap-ng-devel libnuma-devel"
|
||||
@ -19,7 +18,4 @@ pre_configure() {
|
||||
}
|
||||
post_install() {
|
||||
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