Point services to /opt/innercontext/current release paths, remove stale phase completion docs, and switch Forgejo workflows to run on the lxc runner label.
18 lines
455 B
Desktop File
18 lines
455 B
Desktop File
[Unit]
|
|
Description=innercontext SvelteKit Node frontend
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=innercontext
|
|
Group=innercontext
|
|
WorkingDirectory=/opt/innercontext/current/frontend
|
|
Environment=PORT=3000
|
|
Environment=HOST=127.0.0.1
|
|
EnvironmentFile=/opt/innercontext/current/frontend/.env.production
|
|
ExecStart=/usr/local/bin/node /opt/innercontext/current/frontend/build/index.js
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|