12 lines
187 B
Desktop File
Executable File
12 lines
187 B
Desktop File
Executable File
[Unit]
|
|
Description=Start openGauss server
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStart=/usr/local/opengauss/script/autostart.sh
|
|
Delegate=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|