mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
iwd: add vlogger for iwd and ead services
iwd and ead does not log into syslog, just stderr.
This commit is contained in:
parent
0e9b055fe2
commit
28c2213a6c
5 changed files with 7 additions and 3 deletions
2
srcpkgs/iwd/files/ead/log/run
Executable file
2
srcpkgs/iwd/files/ead/log/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec vlogger -p daemon.info -t ead
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r ./conf ] && . conf
|
[ -r ./conf ] && . conf
|
||||||
exec /usr/libexec/ead ${OPTS}
|
exec /usr/libexec/ead ${OPTS} 2>&1
|
||||||
|
|
2
srcpkgs/iwd/files/iwd/log/run
Executable file
2
srcpkgs/iwd/files/iwd/log/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec vlogger -p daemon.info -t iwd
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r ./conf ] && . ./conf
|
[ -r ./conf ] && . ./conf
|
||||||
exec /usr/libexec/iwd ${OPTS}
|
exec /usr/libexec/iwd ${OPTS} 2>&1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=1.15
|
version=1.15
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd-service --enable-pie
|
configure_args="--disable-systemd-service --enable-pie
|
||||||
--enable-dbus-policy --enable-wired"
|
--enable-dbus-policy --enable-wired"
|
||||||
|
|
Loading…
Add table
Reference in a new issue