首页 / 浏览问题 / 云GIS / 问题详情
超图FAQ:咨询在Linux系统中设置Web许可中心开机自动启动的可靠方法,最好是service方式,因为当前尝试的自启动方式未能成功。
64,468EXP 2026年01月05日

咨询在Linux系统中设置Web许可中心开机自动启动的可靠方法,最好是service方式,因为当前尝试的自启动方式未能成功。

1个回答

【解决办法】先建/etc/systemd/system/supermap-license.service,然后把内容替换为如下内容: [Unit] Description=SuperMap BS License Server After=network.target [Service] Type=simple WorkingDirectory=/home/xkf/supermap-bslicense-server/bin ExecStart=/bin/bash /home/xkf/supermap-bslicense-server/bin/startup.sh Restart=always RestartSec=10 User=root TimeoutStartSec=120 [Install] WantedBy=multi-user.target ,替换的时候记得改路径,systemctl daemon-reload systemctl daemon-reexec systemctl enable supermap-license.service运行上面命令然后重启,就可以了
64,468EXP 2026年01月05日
热门文章
关注我们
...