Update fdfs_storaged.service

修复fdfs_storaged.service和  fdfs_trackerd.service 中的服务名与文件名不匹配的问题
pull/487/head
ZQ 2021-01-26 19:53:40 +08:00 committed by GitHub
parent 255f167491
commit 0fd2ca2d80
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]
Description=FastDFS trackerd service
Description=FastDFS storaged service
After=network.target
[Service]
Type=forking
PIDFile=/opt/fastcfs/data/fdfs_trackerd.pid
ExecStart=/usr/bin/fdfs_trackerd /etc/fdfs/tracker.conf restart
PIDFile=/opt/fastcfs/data/fdfs_storaged.pid
ExecStart=/usr/bin/fdfs_storaged /etc/fdfs/storage.conf restart
# No artificial start/stop timeout
TimeoutSec=0