From d38af8f156c44ab048b44d7eff1e451c49be1ca9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 14 Oct 2017 04:53:51 -0400 Subject: daemontools loggers should be execed too --- services/compton/log/run | 2 +- services/ginn/log/run | 2 +- services/kuake/log/run | 2 +- services/mpd/log/run | 2 +- services/mpdscribble/log/run | 2 +- services/offlineimap/log/run | 2 +- services/redshift/log/run | 2 +- services/unclutter/log/run | 2 +- services/urxvtd/log/run | 2 +- services/volnoti/log/run | 2 +- services/watch_lock/log/run | 2 +- services/xcape/log/run | 2 +- services/xscreensaver/log/run | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'services') diff --git a/services/compton/log/run b/services/compton/log/run index 13c7cf7..38a5424 100755 --- a/services/compton/log/run +++ b/services/compton/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/compton +exec multilog t s16777215 $HOME/.log/compton diff --git a/services/ginn/log/run b/services/ginn/log/run index 41cfba4..42b2b4f 100755 --- a/services/ginn/log/run +++ b/services/ginn/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/ginn +exec multilog t s16777215 $HOME/.log/ginn diff --git a/services/kuake/log/run b/services/kuake/log/run index de28d18..c3838ba 100755 --- a/services/kuake/log/run +++ b/services/kuake/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/kuake +exec multilog t s16777215 $HOME/.log/kuake diff --git a/services/mpd/log/run b/services/mpd/log/run index 103c191..b1fdb9c 100755 --- a/services/mpd/log/run +++ b/services/mpd/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/mpd +exec multilog t s16777215 $HOME/.log/mpd diff --git a/services/mpdscribble/log/run b/services/mpdscribble/log/run index 7fc4c3a..1a30b0a 100755 --- a/services/mpdscribble/log/run +++ b/services/mpdscribble/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/mpdscribble +exec multilog t s16777215 $HOME/.log/mpdscribble diff --git a/services/offlineimap/log/run b/services/offlineimap/log/run index 62710ad..d924c2d 100755 --- a/services/offlineimap/log/run +++ b/services/offlineimap/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/offlineimap +exec multilog t s16777215 $HOME/.log/offlineimap diff --git a/services/redshift/log/run b/services/redshift/log/run index 5eb9e1f..c80ccab 100755 --- a/services/redshift/log/run +++ b/services/redshift/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/redshift +exec multilog t s16777215 $HOME/.log/redshift diff --git a/services/unclutter/log/run b/services/unclutter/log/run index 35b98bd..c36d116 100755 --- a/services/unclutter/log/run +++ b/services/unclutter/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/unclutter +exec multilog t s16777215 $HOME/.log/unclutter diff --git a/services/urxvtd/log/run b/services/urxvtd/log/run index 8cb8fec..afb8da5 100755 --- a/services/urxvtd/log/run +++ b/services/urxvtd/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/urxvtd +exec multilog t s16777215 $HOME/.log/urxvtd diff --git a/services/volnoti/log/run b/services/volnoti/log/run index 6f0e046..d5186f0 100755 --- a/services/volnoti/log/run +++ b/services/volnoti/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/volnoti +exec multilog t s16777215 $HOME/.log/volnoti diff --git a/services/watch_lock/log/run b/services/watch_lock/log/run index 315586b..4305b6b 100755 --- a/services/watch_lock/log/run +++ b/services/watch_lock/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/watch_lock +exec multilog t s16777215 $HOME/.log/watch_lock diff --git a/services/xcape/log/run b/services/xcape/log/run index a6e7a25..bc152bd 100755 --- a/services/xcape/log/run +++ b/services/xcape/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/xcape +exec multilog t s16777215 $HOME/.log/xcape diff --git a/services/xscreensaver/log/run b/services/xscreensaver/log/run index fc49538..71effaf 100755 --- a/services/xscreensaver/log/run +++ b/services/xscreensaver/log/run @@ -1,3 +1,3 @@ #!/bin/sh -multilog t s16777215 $HOME/.log/xscreensaver +exec multilog t s16777215 $HOME/.log/xscreensaver -- cgit v1.2.3-54-g00ecf