Update fdfs_trackerd.service

修改fdfs_trackerd.service 中 的服务名与文件名不匹配的问题
pull/487/head
ZQ 2021-01-26 19:57:46 +08:00 committed by GitHub
parent 0fd2ca2d80
commit 569282efc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
[Unit] [Unit]
Description=FastDFS storaged service Description=FastDFS trackerd service
After=network.target After=network.target
[Service] [Service]
Type=forking Type=forking
PIDFile=/opt/fastcfs/data/fdfs_storaged.pid PIDFile=/opt/fastcfs/data/fdfs_trackerd.pid
ExecStart=/usr/bin/fdfs_storaged /etc/fdfs/storage.conf restart ExecStart=/usr/bin/fdfs_trackerd /etc/fdfs/tracker.conf restart
# No artificial start/stop timeout # No artificial start/stop timeout
TimeoutSec=0 TimeoutSec=0