[Unit] Description=Botmaster D1 metrics proxy for Overdeck collector After=network.target StartLimitIntervalSec=300 StartLimitBurst=5 [Service] Type=simple Environment=PATH=%h/.local/bin:%h/.nvm/versions/node/v22.23.1/bin:/usr/local/bin:/usr/bin:/bin Environment=BOTMASTER_DIR=%h/Projects/Botmaster/bot-template EnvironmentFile=-%h/.config/overdeck/botmaster-proxy.env EnvironmentFile=-%h/.config/overdeck/botmaster-notify.env ExecStart=__BOTMASTER_PROXY_CURRENT__/bin/start Environment=OVERDECK_BUN_BIN=__BUN_BIN__ Restart=on-failure RestartSec=5 # 78 = EX_CONFIG, permanent misconfig RestartPreventExitStatus=78 [Install] WantedBy=default.target