Skip to content

Commit 209ebd4

Browse files
committed
Initial work to support installation on Alpine Linux
1 parent 767f764 commit 209ebd4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

DnsServerApp/openrc.service

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/sbin/openrc-run
2+
3+
name=$RC_SVCNAME
4+
description="Technitium DNS Server"
5+
supervisor="supervise-daemon"
6+
command="/usr/bin/dotnet"
7+
command_args="/opt/technitium/dns/DnsServerApp.dll /etc/dns"
8+
supervise_daemon_args=" -d /opt/technitium/dns"

0 commit comments

Comments
 (0)