cz_tan
deepin
发表于 2022-11-13 21:26 查看/usr/lib/systemd/system目录下是否有neo4j.service这个服务,有的话,就删掉/lib/systemd/system下的同名的服务,后者用命令删除sudo systemctl disable neo4j
回复 点赞0 只看作者
查看/usr/lib/systemd/system目录下是否有neo4j.service这个服务,有的话,就删掉/lib/systemd/system下的同名的服务,后者用命令删除sudo systemctl disable neo4j
亲!
启动器中设置开启开机自启动是否正常
你安装的是neo4j哪个版本的呢?
热门活动
查看更多
自启动失败 如何解决
当时记得配置了自启动文件
但是现在启动失败 如何删除这个启动项 或者如何配置正确的自启动
配置文件内容如下:
/etc/init.d/neo4j
**
[Unit]
Description=neo4j
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
ExecStart=/usr/local/neo4j/bin/neo4j start
PrivateTpm=true
[Install]
WantedBy=multi-user.target**