mise au point config apache, y compris certificats

This commit is contained in:
2021-12-06 16:00:34 +01:00
parent 85722d6239
commit 44cbe32f72
13 changed files with 258 additions and 71 deletions

View File

@@ -0,0 +1,11 @@
[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