mise au point plack

This commit is contained in:
2021-12-06 16:24:27 +01:00
parent 44cbe32f72
commit b3b0a24395
9 changed files with 849 additions and 13 deletions

14
templates/plack.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=plack pour opac
After=network.target remote-fs.target nss-lookup.target
[Service]
Environment="KOHA_CONF={{ koha_install_dir }}/etc/koha-conf.xml"
Environment="PERL5LIB={{ koha_install_dir }}/lib"
Type=forking
User=root
ExecStart={{ koha_install_dir }}/bin/plack/koha-plack --start foobar
ExecStop={{ koha_install_dir }}/bin/plack/koha-plack --stop foobar
[Install]
WantedBy=multi-user.target