sysctmctl拉起后,一会进程就自行关闭。添加RemainAfterExit=yes保持进程状态

This commit is contained in:
zhang_xubo 2022-01-27 14:50:19 +08:00
parent 63a664dd88
commit 0eefe77810

View File

@ -6,6 +6,7 @@ After=local-fs.target
Type=idle
ExecStart=/usr/local/opengauss/script/autostart.sh
Delegate=yes
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target