Fix packaging
This commit is contained in:
parent
aa229e8c86
commit
c78148dbd1
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
fermentord (1.0.1) bullseye; urgency=medium
|
||||||
|
|
||||||
|
* Fix service file
|
||||||
|
|
||||||
|
-- Søren Rasmussen <sr@jondahl.net> Sat, 23 Jul 2022 18:45:58 +0200
|
||||||
|
|
||||||
fermentord (1.0.0) bullseye; urgency=medium
|
fermentord (1.0.0) bullseye; urgency=medium
|
||||||
|
|
||||||
* Initial packaging
|
* Initial packaging
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
var/lib/fermentord
|
|
|
@ -3,7 +3,7 @@ Description=Fermentor daemon
|
||||||
Wants=network-online.target local-fs.target
|
Wants=network-online.target local-fs.target
|
||||||
After=network-online.target local-fs.target
|
After=network-online.target local-fs.target
|
||||||
ConditionPathExists=!/etc/fermentord_not_to_be_run
|
ConditionPathExists=!/etc/fermentord_not_to_be_run
|
||||||
ConditionKernelCommandLine=dtoverlay=w1-gpio,gpiopin=4,pullup=0
|
#ConditionKernelCommandLine=dtoverlay=w1-gpio,gpiopin=4,pullup=0
|
||||||
ConditionPathExists=/etc/fermentord.toml
|
ConditionPathExists=/etc/fermentord.toml
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -17,8 +17,8 @@ Restart=always
|
||||||
RestartSec=300
|
RestartSec=300
|
||||||
Type=simple
|
Type=simple
|
||||||
RestrictRealtime=false
|
RestrictRealtime=false
|
||||||
CPUSchedulingPriority=rr
|
#CPUSchedulingPriority=rr
|
||||||
CPUSchedulingPriority=49
|
#CPUSchedulingPriority=49
|
||||||
IOSchedulingClass=realtime
|
IOSchedulingClass=realtime
|
||||||
IOSchedulingPriority=3
|
IOSchedulingPriority=3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue