15 lines
460 B
Desktop File
15 lines
460 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"
|
|
Environment="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 |