doing a clean wipe to touch up the sludge links
I suppose I should do a profile here.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user