From 7b4082cdc3e288852450d1605f2bdf1d9b44c02f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 4 Mar 2021 00:59:22 -0500 Subject: clean up service run scripts --- services/available/duplicati/run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'services/available/duplicati/run') diff --git a/services/available/duplicati/run b/services/available/duplicati/run index 8d2a9ad..d9684c0 100755 --- a/services/available/duplicati/run +++ b/services/available/duplicati/run @@ -1,2 +1,3 @@ #!/bin/sh -exec /usr/bin/mono /opt/duplicati-latest/Duplicati.Server.exe --webservice-port=8200 + +exec /usr/bin/mono /opt/duplicati-latest/Duplicati.Server.exe --webservice-port=8200 2>&1 -- cgit v1.2.3-54-g00ecf