parent
0fd2ca2d80
commit
569282efc5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue