Files
sludge-link/sludge-link.servce
T
will f8b9dcce8e doing a clean wipe to touch up the sludge links
I suppose I should do a profile here.
2026-06-13 01:22:56 -05:00

16 lines
299 B
Plaintext

[Unit]
Description=Sludge Link website, built on Sveltekit, compiled into Bun
After=network.target
StartLimitIntervalSec=10
[Service]
Type=simple
User=root
WorkingDirectory=/root/build
ExecStart=/root/.bun/bin/bun run index.js
Restart=always
StartLimitBurst=3
[Install]
WantedBy=multi-user.target