You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
295 B
15 lines
295 B
[Unit]
|
|
# 服务名称,可自定义
|
|
Description = iflytop hal daemon
|
|
After = network.target
|
|
Wants = network.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /iflytopd/iflytophald/iflytophald
|
|
Restart=always
|
|
RestartSec=2
|
|
WorkingDirectory=/iflytopd/iflytophald/
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|