src.nth.io/

summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2024-02-10 15:45:13 -0600
committerLuke Hoersten <[email protected]>2024-02-10 15:45:13 -0600
commitc08e2a34ea6a0f5916cea88a0603e80c13d7e319 (patch)
treebe002c672c186fe36c4d34d0f86dc3272d4e22c7 /bin
parenteec49748a99c889550658fa82cde04c7c1d7c1de (diff)
Added paste limits
Diffstat (limited to 'bin')
-rw-r--r--bin/server/templates/[email protected]2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/server/templates/[email protected] b/bin/server/templates/[email protected]
index 697bb79..73528b1 100644
--- a/bin/server/templates/[email protected]
+++ b/bin/server/templates/[email protected]
@@ -3,7 +3,7 @@ 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 16kB
+ExecStart=/usr/local/bin/bin 127.0.0.1:%i --buffer-size 10 --max-paste-size 16000
Restart=always
User={{bin_user}}