fastdfs.spec: systemctl enable services
parent
aef5984bd8
commit
f1650d9b45
|
|
@ -85,6 +85,10 @@ DESTDIR=$RPM_BUILD_ROOT ./make.sh install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
|
||||||
|
%post -n %{FDFSServer}
|
||||||
|
systemctl enable fdfs_trackerd
|
||||||
|
systemctl enable fdfs_storaged
|
||||||
|
|
||||||
%files -n %{FDFSServer}
|
%files -n %{FDFSServer}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
/usr/bin/fdfs_trackerd
|
/usr/bin/fdfs_trackerd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue