Pass the extra restart options
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / Server.pm
index 331bdc8..e692859 100644 (file)
@@ -146,7 +146,7 @@ sub _restarter_args {
         ($self->_has_restart_regex     ? (filter          => $self->restart_regex)     : ()),
     ),
     (
-        map { $_ => $self->$_ } qw(application_name host port debug pidfile)
+        map { $_ => $self->$_ } qw(application_name host port debug pidfile fork background keepalive)
     );
 }