summaryrefslogtreecommitdiffstats
path: root/xob
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-07-28 10:57:03 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-07-28 10:57:03 +0200
commit1529f1100e207bb865720471cc47d50b7c1ffc28 (patch)
tree71cffbd013a63384036701f290ac61d236abb941 /xob
parent5ed0b385c11f040af99a992ba23c9947adbda7bf (diff)
downloadbin-1529f1100e207bb865720471cc47d50b7c1ffc28.tar.gz
bin-1529f1100e207bb865720471cc47d50b7c1ffc28.tar.xz
xob: Redirect output to journal
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'xob')
-rwxr-xr-xxob2
1 files changed, 1 insertions, 1 deletions
diff --git a/xob b/xob
index 839097f..26a21f4 100755
--- a/xob
+++ b/xob
@@ -1,4 +1,4 @@
#!/bin/bash
-xo "$@" &
+systemd-cat xo "$@" </dev/null &
disown