Files
tco.koha/templates/plack-opac.service

11 lines
219 B
Desktop File

[Unit]
Description=plack pour opac
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=simple
User=root
ExecStart={{ koha_install_dir }}/bin/plack/plackup.sh foo
[Install]
WantedBy=multi-user.target