Files
bench/deploy/lumbridge-bench.service
Karti Tripathi 006feee0f7
CI / verify (push) Successful in 24s
CI / deploy (push) Failing after 1m14s
Lumbridge Bench
2026-08-04 00:44:07 -07:00

26 lines
663 B
Desktop File

[Unit]
Description=Lumbridge Bench — model evaluation and serving evidence
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=ubuntu
WorkingDirectory=/home/ubuntu/workspace/lumbridge-bench/site
Environment=NODE_ENV=production
Environment=PORT=8909
EnvironmentFile=/home/ubuntu/workspace/lumbridge-bench/site/.env.local
ExecStart=/usr/bin/npm run start
Restart=always
RestartSec=3
# The site only ever reads results/ and writes nothing to disk.
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=read-only
ReadWritePaths=/home/ubuntu/workspace/lumbridge-bench/site/.next
[Install]
WantedBy=multi-user.target