Skip to content

Commit

Permalink
feat: Improve logging (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
espindola authored Jan 2, 2024
1 parent 037a2b6 commit 9349a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openrc/avahi2dns
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/sbin/openrc-run

output_logger=logger
error_logger=logger
output_logger="logger -t avahi2dns -p daemon.info"
error_logger="logger -t avahi2dns -p daemon.info"
command_background=true
command="avahi2dns"
pidfile="/run/avahi2dns.pid"

0 comments on commit 9349a64

Please sign in to comment.