Update fdfs_storaged.service
修复fdfs_storaged.service和 fdfs_trackerd.service 中的服务名与文件名不匹配的问题pull/487/head
parent
255f167491
commit
0fd2ca2d80
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue