7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
|
||
|
command="/usr/bin/acme-dns-rust"
|
||
|
|
||
|
command_args="/etc/acme-dns-rust.toml"
|
||
|
command_args_background="--daemon"
|