13 lines
344 B
Desktop File
13 lines
344 B
Desktop File
[Unit]
|
|
Description=oceanbase
|
|
|
|
[Service]
|
|
User=root
|
|
Type=notify
|
|
KillMode=none
|
|
ExecStart=/bin/bash /home/admin/oceanbase/profile/oceanbase-service.sh start
|
|
ExecStop=/bin/bash /home/admin/oceanbase/profile/oceanbase-service.sh stop
|
|
ExecReload=/bin/bash /home/admin/oceanbase/profile/oceanbase-service.sh reload
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |