You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
339 B
14 lines
339 B
1 year ago
|
[Unit]
|
||
|
Description=${SERVER_NAME} for OpenIM
|
||
|
Documentation=https://github.com/openimsdk/open-im-server/blob/main/deployment/README.md
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=${OPENIM_DATA_DIR}
|
||
|
ExecStart=${OPENIM_INSTALL_DIR}/${SERVER_NAME} -c ${OPENIM_CONFIG_DIR}
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
StartLimitInterval=0
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|