mirror of
https://gitee.com/sjqzhang/go-fastdfs.git
synced 2024-11-29 09:48:13 +08:00
16 lines
441 B
Desktop File
16 lines
441 B
Desktop File
[Unit]
|
|
Description=gofastdfs service
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
PIDFile=/home/gofastdfs/conf/app.pid
|
|
WorkingDirectory=/home/gofastdfs
|
|
Environment="GO_FASTDFS_DIR=/home/gofastdfs" #/home/gofastdfs 修改成你的安装路径
|
|
ExecStart=/home/gofastdfs/fileserver $GO_FASTDFS_DIR
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
|
PrivateTmp=true
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |