correct spell from fastcfs to fastdfs

pull/585/head
YuQing 2022-07-19 15:48:09 +08:00
parent 9767b1e1de
commit 2e342b6649
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ After=network-online.target
[Service]
Type=forking
PIDFile=/opt/fastcfs/data/fdfs_storaged.pid
PIDFile=/opt/fastdfs/data/fdfs_storaged.pid
ExecStart=/usr/bin/fdfs_storaged /etc/fdfs/storage.conf start
ExecStop=/usr/bin/fdfs_storaged /etc/fdfs/storage.conf stop

View File

@ -4,7 +4,7 @@ After=network-online.target
[Service]
Type=forking
PIDFile=/opt/fastcfs/data/fdfs_trackerd.pid
PIDFile=/opt/fastdfs/data/fdfs_trackerd.pid
ExecStart=/usr/bin/fdfs_trackerd /etc/fdfs/tracker.conf start
ExecStop=/usr/bin/fdfs_trackerd /etc/fdfs/tracker.conf stop