Provide a patch to rename the service file in zmsystemctl.pl.in

pull/646/head
Emmanuel Papin 2014-12-21 01:38:32 +01:00
parent df2473cdf7
commit aff6958398
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
--- a/scripts/zmsystemctl.pl.in
+++ b/scripts/zmsystemctl.pl.in
@@ -50,5 +50,5 @@ if ( !$path || $status ) {
}
Info( "Redirecting command through systemctl\n" );
-exec("$path $command zoneminder");
+exec("$path $command zoneminder-core");

View File

@ -1 +1,2 @@
01_vendor-perl.diff
02_service-file-name.diff