Provide a patch to rename the service file in zmsystemctl.pl.in
parent
df2473cdf7
commit
aff6958398
|
@ -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");
|
||||
|
|
@ -1 +1,2 @@
|
|||
01_vendor-perl.diff
|
||||
02_service-file-name.diff
|
||||
|
|
Loading…
Reference in New Issue