krebpsate: set max lifetime to 1 month

This commit is contained in:
lassulus 2017-03-14 23:08:09 +01:00
parent 9a1da1342b
commit 79387ddfc3

View File

@ -2,5 +2,5 @@
# TODO use `execve` instead?
writeDashBin "krebspaste" ''
exec ${bepasty-client-cli}/bin/bepasty-cli --url http://paste.r "$@"
exec ${bepasty-client-cli}/bin/bepasty-cli -L 1m --url http://paste.r "$@"
''