Skip to content

Commit

Permalink
Added config file argument (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz committed Feb 9, 2024
1 parent dfbca79 commit 8208aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ services:
override: replace
summary: "coredns service"
startup: enabled
command: "/coredns"
command: "/coredns [ -conf /etc/coredns/Corefile ]"
on-failure: shutdown

parts:
coredns:
Expand Down

0 comments on commit 8208aa4

Please sign in to comment.