bundles/travelynx: prepare for bookworm
This commit is contained in:
parent
3826ccf4ec
commit
c121110f00
4 changed files with 17 additions and 7 deletions
|
@ -40,6 +40,9 @@
|
|||
|
||||
secrets => [
|
||||
'${cookie_secret}',
|
||||
% for i in sorted(additional_cookie_secrets):
|
||||
'${i}',
|
||||
% endfor
|
||||
],
|
||||
|
||||
version => '${version}',
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue