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/watch-kbd/log/run | 3 ++- services/available/watch-kbd/run | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'services/available/watch-kbd') diff --git a/services/available/watch-kbd/log/run b/services/available/watch-kbd/log/run index 41c1a23..8b56264 100755 --- a/services/available/watch-kbd/log/run +++ b/services/available/watch-kbd/log/run @@ -1,3 +1,4 @@ #!/bin/sh +set -eu -exec multilog t s16777215 $HOME/.log/watch-kbd +exec multilog t s16777215 "$HOME/.log/watch-kbd" diff --git a/services/available/watch-kbd/run b/services/available/watch-kbd/run index 10816ec..f964c1a 100755 --- a/services/available/watch-kbd/run +++ b/services/available/watch-kbd/run @@ -1,5 +1,3 @@ #!/bin/sh -set -eu -set -o pipefail -exec watch-kbd +exec watch-kbd 2>&1 -- cgit v1.2.3-54-g00ecf