Skip to content
Snippets Groups Projects
Commit ba62b698 authored by Nils Schneider's avatar Nils Schneider
Browse files

uradvd: set default lifetime to 900

parent 0c73685f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ SERVICE_DAEMONIZE=1 ...@@ -7,7 +7,7 @@ SERVICE_DAEMONIZE=1
start() { start() {
service_start /usr/sbin/uradvd -i local-node -a $(lua -e 'print(require("gluon.site_config").prefix6)') service_start /usr/sbin/uradvd -i local-node -a $(lua -e 'print(require("gluon.site_config").prefix6)') --default-lifetime 900
} }
stop() { stop() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment