You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/libreoffice/files/libreoffice.initd

15 lines
507 B

#!/sbin/openrc-run
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="LibreOffice headless daemon for generating documents"
name="LibreOffice headless daemon"
pidfile="/run/soffice.pid"
soffice_args="${libreoffice_opts}"
command="/usr/bin/soffice"
command_args="--nodefault --nofirststartwizard --nolockcheck --nologo --norestore --headless ${soffice_args}"
command_background="true"
command_group="libreoffice"
command_user="libreoffice"