summaryrefslogtreecommitdiff
path: root/autorun.sh
diff options
context:
space:
mode:
authorKevin Wallace <kevin@pentabarf.net>2026-02-27 04:14:41 -0800
committerKevin Wallace <kevin@pentabarf.net>2026-02-27 04:14:41 -0800
commita777eb3394b72795a75aa2a7f7db82f1c37fd93d (patch)
tree71c2d4690e6160a650c21700e9be148c9c161b87 /autorun.sh
parentsimplify (diff)
exec -> systemd-run; more parsingHEADmaster
Diffstat (limited to 'autorun.sh')
-rw-r--r--autorun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autorun.sh b/autorun.sh
index 5a870d9..14b0fec 100644
--- a/autorun.sh
+++ b/autorun.sh
@@ -1,3 +1,3 @@
#!/bin/bash -x
cd "$(dirname "$0")"
-exec ./bin/ipp
+systemd-run -p StandardOutput=tty -d bin/ipp