added environment file and updated systemd service

This commit is contained in:
Daniel Sommer 2022-06-28 16:53:41 +02:00
parent 858ac02319
commit 3842402e1f

5
go-scan.env Normal file
View file

@ -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"