Systemd

この記事は英語の原文を日本語に翻訳したものです。原文: https://adoptingerlang.org/docs/systemd/

翻訳元: adoptingerlang/adoptingerlang 2025-12-18(コミット 899008f

Systemdユニット

[Unit]
Description=Service Discovery Runner
After=network.target

[Service]
WorkingDirectory=/opt/service_discovery
EnvironmentFile=/etc/default/service_discovery.env
ExecStart=/opt/service_discovery/bin/service_discovery foreground
Restart=on-failure
Environment=RELX_OUT_FILE_PATH=/tmp/
Environment=COOKIE=service_discovery_cookie

[Install]
WantedBy=multi-user.target

OTP 19.3以降、SIGTERM シグナルによってOTPのVMはグレースフルシャットダウンします。

journalctl service_discovery