Skip to content

Commit

Permalink
Add better description for the service
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 3, 2020
1 parent f7ac8bc commit 39c19df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualmin-nginx-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ sub setup_php_fcgi_server
my $name = &init_script_name($d);
my $envs = join(" ", map { $_."=".$envs_to_set->{$_} } keys %$envs_to_set);
&init::enable_at_boot($name,
"Start Nginx PHP fcgi server for $d->{'dom'}",
"Starts Nginx PHP FastCGI server for $d->{'dom'} (Virtualmin)",
&command_as_user($d->{'user'}, 0,
"$envs $cmd >>$log 2>&1 </dev/null & echo \$! >$pidfile"),
&command_as_user($d->{'user'}, 0,
Expand Down

0 comments on commit 39c19df

Please sign in to comment.