[Unit] Description=Overdeck controller — build-offload control plane After=network-online.target [Service] Type=notify NotifyAccess=all WorkingDirectory=__CONTROLLER_DIR__ ExecStart=__BUN_BIN__ run src/index.ts Restart=on-failure RestartSec=2 WatchdogSec=30 Environment=OVERDECK_CONFIG_DIR=%h/.config/overdeck [Install] WantedBy=default.target