bundles/travelynx: prepare for bookworm

This commit is contained in:
Franzi 2023-08-01 21:21:31 +02:00
parent 3826ccf4ec
commit c121110f00
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 17 additions and 7 deletions

View file

@ -40,6 +40,9 @@
secrets => [
'${cookie_secret}',
% for i in sorted(additional_cookie_secrets):
'${i}',
% endfor
],
version => '${version}',

View file

@ -8,9 +8,9 @@ Type=simple
RemainAfterExit=yes
PIDFile=/var/cache/travelynx/travelynx.pid
ExecStart=/usr/local/bin/hypnotoad -f index.pl
ExecStop=/usr/local/bin/hypnotoad -s index.pl
ExecReload=/usr/local/bin/hypnotoad index.pl
ExecStart=/usr/bin/hypnotoad -f index.pl
ExecStop=/usr/bin/hypnotoad -s index.pl
ExecReload=/usr/bin/hypnotoad index.pl
User=travelynx
WorkingDirectory=/opt/travelynx