mise au point plack
This commit is contained in:
14
templates/plack.service
Normal file
14
templates/plack.service
Normal 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
|
||||
Reference in New Issue
Block a user