✏️ 正在编辑: garb.service
路径:
/usr/lib/systemd/system/garb.service
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# Systemd service file for garbd [Unit] Description=Galera Arbitrator Daemon Documentation=man:garbd(8) Documentation=https://galeracluster.com/library/documentation/arbitrator.html After=network-online.target Wants=network-online.target [Install] WantedBy=multi-user.target Alias=garbd.service [Service] User=nobody ExecStart=/usr/bin/garb-systemd start # Use SIGINT because with the default SIGTERM # garbd fails to reliably transition to 'destroyed' state KillSignal=SIGINT TimeoutSec=2m PrivateTmp=false
💾 保存文件
← 返回文件管理器