[Unit] Description=Overdeck web deck After=network.target overdeck-collector.service Wants=overdeck-collector.service StartLimitIntervalSec=60 StartLimitBurst=5 [Service] Type=simple WorkingDirectory=__WEB_RELEASE_CURRENT__ Environment=HOST=127.0.0.1 Environment=PORT=31337 Environment=OVERDECK_CONFIG_DIR=%h/.config/overdeck Environment=COLLECTOR_URL=http://127.0.0.1:31338 ExecStart=__NODE_BIN__ __WEB_RELEASE_CURRENT__/server/entry.mjs Restart=always RestartSec=2 [Install] WantedBy=default.target