doing a clean wipe to touch up the sludge links

I suppose I should do a profile here.
This commit is contained in:
2026-02-27 20:14:22 -06:00
parent 3803a43248
commit f8b9dcce8e
11 changed files with 338 additions and 194 deletions
+15
View File
@@ -0,0 +1,15 @@
[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