opengauss-server/opengauss.service
2022-01-22 23:29:38 +08:00

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