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.
16 lines
343 B
16 lines
343 B
[Unit]
|
|
Description = wybb watchdog service
|
|
After = multi-user.target
|
|
|
|
[Service]
|
|
ExecStartPre=/bin/sleep 8
|
|
ExecStart = /home/forlinx/local/wuyuanbiaoba/dist/wuyuan.app
|
|
Type = simple
|
|
Restart = always
|
|
RestartSec = 30s # 检查一次,如果服务失败则重启
|
|
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|
|
|
|
# 存放到 ubuntu /etc/systemd/system
|
|
|