From 3842402e1fc6755530aa409c6f39ba22553b00cb Mon Sep 17 00:00:00 2001 From: velvettear Date: Tue, 28 Jun 2022 16:53:41 +0200 Subject: [PATCH] added environment file and updated systemd service --- go-scan.env | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 go-scan.env diff --git a/go-scan.env b/go-scan.env new file mode 100644 index 0000000..aa208ee --- /dev/null +++ b/go-scan.env @@ -0,0 +1,5 @@ +GO_SCAN_ADDRESS="0.0.0.0" +GO_SCAN_PORT="9000" +GO_SCAN_SCANNER="name of the scanner to use" +GO_SCAN_OUTPUTDIRECTORY="/tmp" +GO_SCAN_ARGUMENTS="extra arguments to pass to the scanimage command" \ No newline at end of file