summaryrefslogtreecommitdiffstats
path: root/services/available/duplicati/run
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-04 00:59:22 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-04 01:01:32 -0500
commit7b4082cdc3e288852450d1605f2bdf1d9b44c02f (patch)
tree788e2a88215fd2d68b6f2d9d9785972933e8fbd4 /services/available/duplicati/run
parent1f18d594c916c7a519833d0657b360c353c93422 (diff)
downloadconf-7b4082cdc3e288852450d1605f2bdf1d9b44c02f.tar.gz
conf-7b4082cdc3e288852450d1605f2bdf1d9b44c02f.zip
clean up service run scripts
Diffstat (limited to 'services/available/duplicati/run')
-rwxr-xr-xservices/available/duplicati/run3
1 files changed, 2 insertions, 1 deletions
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