sysctmctl拉起后,一会进程就自行关闭。添加RemainAfterExit=yes保持进程状态
This commit is contained in:
parent
63a664dd88
commit
0eefe77810
@ -6,6 +6,7 @@ After=local-fs.target
|
|||||||
Type=idle
|
Type=idle
|
||||||
ExecStart=/usr/local/opengauss/script/autostart.sh
|
ExecStart=/usr/local/opengauss/script/autostart.sh
|
||||||
Delegate=yes
|
Delegate=yes
|
||||||
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user