骰子机器人喵
https://dice.weizaima.com/download
sudo sudo vim /etc/systemd/system/sealdice.service
[Unit]
# 服务名称
Description = sealdice server
After = network.target syslog.target
Wants = network.target
[Service]
Type = simple
# 启动命令,需安装路径
WorkingDirectory= /volume2/DOCKER/SEALDICE/
ExecStart = /volume2/DOCKER/SEALDICE/sealdice-core
[Install]
WantedBy = multi-user.target
sudo systemctl daemon-reload
sudo systemctl start sealdice
sudo systemctl enable sealdice