系统重启后 Aerospike 未自动启动
Aerospike not starting automatically after system reboot
我是 运行 aerospike 和其他服务,手动设置工作正常,当我尝试将所有其他服务作为系统服务添加到我的 Linux 环境中时,进程很快就会启动重启后。除 aerospike 外,所有服务都在启动。我遵循了 this 文档,但我只能在重启后手动启动。还需要做些什么才能在重启后尽快弥补?
我已经按照 this 文档安装了 aerospike。
附上日志截图。
重启后用于检查状态的命令如下:
sudo systemctl status aerospike
您试过启用服务单元吗?
systemctl enable aerospike
我是 运行 aerospike 和其他服务,手动设置工作正常,当我尝试将所有其他服务作为系统服务添加到我的 Linux 环境中时,进程很快就会启动重启后。除 aerospike 外,所有服务都在启动。我遵循了 this 文档,但我只能在重启后手动启动。还需要做些什么才能在重启后尽快弥补?
我已经按照 this 文档安装了 aerospike。
附上日志截图。
重启后用于检查状态的命令如下:
sudo systemctl status aerospike
您试过启用服务单元吗?
systemctl enable aerospike