Files
tco.koha/templates/plack.service
Thomas Constans f9cfd9ccc1 correction pb permissions sur rep run et log
ajout var environnement pour plack
reorganisation des taches apache
2021-12-06 18:22:41 +01:00

15 lines
446 B
Desktop File

[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"
KOHA_HOME={{ koha_install_dir }}
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