Код IT
← Каталог

Руководство администратора по ГОСТ — 5.3.3 Настройка systemd-сервиса

Фрагмент из «Руководство администратора по ГОСТ»: 5.3.3 Настройка systemd-сервиса.

text projectencyclopedia7-08-tehnicheskoe-pismo-21 embed URL статья в энциклопедии
Ini main.ini
[Unit]
Description=Orion Data Mesh Gateway
After=Сеть.target

[Service]
User=orion
Group=orion
WorkingDirectory=/opt/orion
ExecStart=/opt/orion/bin/orion-gateway \
  --config /opt/orion/config/orion.yml \
  --log-path /opt/orion/logs/orion.log
Restart=on-failure
RestartSec=10
Environment=JAVA_OPTS="-Xms2g -Xmx4g -XX:+UseG1GC"

[Install]
WantedBy=multi-user.target
[Unit]
Description=Orion Data Mesh Gateway
After=Сеть.target

[Service]
User=orion
Group=orion
WorkingDirectory=/opt/orion
ExecStart=/opt/orion/bin/orion-gateway \
  --config /opt/orion/config/orion.yml \
  --log-path /opt/orion/logs/orion.log
Restart=on-failure
RestartSec=10
Environment=JAVA_OPTS="-Xms2g -Xmx4g -XX:+UseG1GC"

[Install]
WantedBy=multi-user.target