Skip to content

Commit

Permalink
Fix kat-rocky-worker service and add upgrade note about newer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dekkers committed Oct 10, 2024
1 parent 0f9213e commit ba9a646
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
26 changes: 26 additions & 0 deletions docs/source/release_notes/1.18.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
============================================
OpenKAT 1.18
============================================

New Features
============


Bug fixes
=========


Upgrading
=========

Debian packages
---------------

If you are using the :ref:`Scripts` we provide to install/upgrade OpenKAT you
need to get the latest version that includes the kat-rocky-worker service.

Full Changelog
==============

The full changelog can be found on `Github
<https://github.com/minvws/nl-kat-coordination/releases/tag/v1.18.0>`_.
4 changes: 1 addition & 3 deletions rocky/debian/kat-rocky-worker.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ SyslogIdentifier=kat-rocky-worker
WorkingDirectory=/opt/venvs/kat-rocky/
EnvironmentFile=/usr/lib/kat/rocky.defaults
EnvironmentFile=/etc/kat/rocky.conf
ExecStart=/opt/venvs/kat-rocky/bin/python manage.py worker
ExecStart=/usr/bin/rocky-cli worker
Restart=on-failure
RestartSec=3s
KillSignal=SIGQUIT
KillMode=mixed
NotifyAccess=all

[Install]
WantedBy=multi-user.target
4 changes: 4 additions & 0 deletions rocky/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ override_dh_virtualenv:
override_dh_gencontrol:
dh_gencontrol -- -Vpython=`py3versions -d`

override_dh_installsystemd:
dh_installsystemd --name=kat-rocky
dh_installsystemd --name=kat-rocky-worker

execute_after_dh_install:
dh_installsysusers

0 comments on commit ba9a646

Please sign in to comment.