From a246ab843d1f54cf973b2274fdd1e29b131d61fd Mon Sep 17 00:00:00 2001 From: crater2150 Date: Mon, 4 Aug 2025 21:18:20 +0200 Subject: [PATCH] new service: brscan-skey --- brscan-skey/log/run | 1 + brscan-skey/log/supervise | 1 + brscan-skey/run | 4 ++++ brscan-skey/supervise | 1 + 4 files changed, 7 insertions(+) create mode 120000 brscan-skey/log/run create mode 120000 brscan-skey/log/supervise create mode 100755 brscan-skey/run create mode 120000 brscan-skey/supervise diff --git a/brscan-skey/log/run b/brscan-skey/log/run new file mode 120000 index 0000000..a6e7493 --- /dev/null +++ b/brscan-skey/log/run @@ -0,0 +1 @@ +../../log \ No newline at end of file diff --git a/brscan-skey/log/supervise b/brscan-skey/log/supervise new file mode 120000 index 0000000..9f9e368 --- /dev/null +++ b/brscan-skey/log/supervise @@ -0,0 +1 @@ +/run/user/1000/supervise.brscan-skey-log \ No newline at end of file diff --git a/brscan-skey/run b/brscan-skey/run new file mode 100755 index 0000000..c014179 --- /dev/null +++ b/brscan-skey/run @@ -0,0 +1,4 @@ +#!/bin/zsh +export PATH=${PATH}:$HOME/.local/bin:/opt/brother/scanner/brscan-skey +exec 2>&1 +exec /opt/brother/scanner/brscan-skey/brscan-skey-exe diff --git a/brscan-skey/supervise b/brscan-skey/supervise new file mode 120000 index 0000000..c05c510 --- /dev/null +++ b/brscan-skey/supervise @@ -0,0 +1 @@ +/run/user/1000/supervise.brscan-skey \ No newline at end of file