Skip to content

Commit

Permalink
ddns-go: remove ujail support
Browse files Browse the repository at this point in the history
(cherry picked from commit 66823d3)
  • Loading branch information
Ricky-Hao authored and 1715173329 committed Nov 5, 2023
1 parent 587accd commit 91a15cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions net/ddns-go/files/ddns-go.init
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ start_service() {
procd_set_param stderr 1
procd_set_param user ddns-go

procd_add_jail "$CONF" log
procd_add_jail_mount_rw "$YAML"
procd_add_jail_mount "/etc/localtime"
procd_add_jail_mount "/etc/TZ"
procd_add_jail_mount "/etc/ssl/"

procd_close_instance
}

Expand Down

0 comments on commit 91a15cd

Please sign in to comment.