diff options
| author | Kevin Wallace <kevin@pentabarf.net> | 2026-02-27 04:14:41 -0800 |
|---|---|---|
| committer | Kevin Wallace <kevin@pentabarf.net> | 2026-02-27 04:14:41 -0800 |
| commit | a777eb3394b72795a75aa2a7f7db82f1c37fd93d (patch) | |
| tree | 71c2d4690e6160a650c21700e9be148c9c161b87 /autorun.sh | |
| parent | simplify (diff) | |
Diffstat (limited to 'autorun.sh')
| -rw-r--r-- | autorun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/bash -x cd "$(dirname "$0")" -exec ./bin/ipp +systemd-run -p StandardOutput=tty -d bin/ipp |