bin/server/templates/[email protected]
author Luke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 15:25:37 -0500
changeset 238 bdbc88cb5078
parent 231 e3ebf2a606ea
permissions -rw-r--r--
Lots of updates and fixes for Ubuntu 24.04 Noble.

[Unit]
Description=Bin pastebin server bound on port %i
After=syslog.target network.target

[Service]
ExecStart=/usr/local/bin/bin 127.0.0.1:%i --buffer-size 10 --max-paste-size 16000
Restart=always
User={{bin_user}}

[Install]
WantedBy=multi-user.target