From 0b7e01d387bdbcf22613d727bde7b8f7f11b6b71 Mon Sep 17 00:00:00 2001 From: Mario Lukas Date: Tue, 31 Dec 2019 23:19:54 +0100 Subject: [PATCH] chore (init scripts): fixed init.d startup script added path variable to startup scripts --- CHANGELOG.md | 3 ++- debian/fabscanpi-server.init | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20558dbc..8bfd0059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed + ## [0.8.1] - unreleased ### Added @@ -29,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - fixed manual threshold changes - fixed serial communication deadlock (aka serial connection timeout) - update routine fixed ( 6235dd6 ) -- fixed loading scans from file manger ( #134 ) +- fixed loading scans from file manager ( #134 ) - fixed laser calibration check ( #132 ) diff --git a/debian/fabscanpi-server.init b/debian/fabscanpi-server.init index f977c7af..ce9d8f1b 100755 --- a/debian/fabscanpi-server.init +++ b/debian/fabscanpi-server.init @@ -11,6 +11,7 @@ # Short-Description: Start and stop the fabscanpi-server daemon # Description: fabscanpi-server daemon ### END INIT INFO +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin DAEMONUSER=fabscan DESC="FabScanPi Daemon"