Merge pull request #487 from Qi-Zou/patch-2

Update fdfs_storaged.service
pull/498/head
YuQing 2021-01-26 20:54:31 +08:00 committed by GitHub
commit 8f661a1b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 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

View File

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