diff options
| author | Luke Hoersten <[email protected]> | 2024-02-10 15:45:13 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2024-02-10 15:45:13 -0600 |
| commit | c08e2a34ea6a0f5916cea88a0603e80c13d7e319 (patch) | |
| tree | be002c672c186fe36c4d34d0f86dc3272d4e22c7 /bin | |
| parent | eec49748a99c889550658fa82cde04c7c1d7c1de (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}} |
