Skip to content

Commit

Permalink
reduce stop of service timeout to 15 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Jan 18, 2025
1 parent ea5e56b commit d66c962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cbpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.5.0.a4"
__version__ = "4.5.0.a5"
__codename__ = "Cross Country"

1 change: 1 addition & 0 deletions cbpi/config/craftbeerpi.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Description=Craftbeer Pi
[Service]
WorkingDirectory=/home/{{ user }}
ExecStart={{ path }} start
TimeoutStopSec=15

[Install]
WantedBy=multi-user.target

0 comments on commit d66c962

Please sign in to comment.