11 lines
219 B
Desktop File
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 |