Skip to content

Commit

Permalink
Add an openrc file for use in alpine linux (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
espindola authored Dec 11, 2023
1 parent 41d7d38 commit 6cb86e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
*.out

vendor/
avahi2dns
/avahi2dns
8 changes: 8 additions & 0 deletions openrc/avahi2dns
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/sbin/openrc-run

output_logger=logger
error_logger=logger
command_background=true
command="avahi2dns"
command_args=""
pidfile="/run/avahi2dns.pid"

0 comments on commit 6cb86e8

Please sign in to comment.