Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for AsService (0.06 sec)

  1. fess.service

    L1:[Unit] L2:Description=Fess L3:Documentation=http://fess.codelibs.org/ L4:Wants=network-online.target L5:After=network-online.target opensearch.service L6:Requires=opensearch.service L7: L8:[Service] L9:Environment=FESS_HOME=${packaging.fess.home.dir} L10:EnvironmentFile=-${packaging.env.file} L11: L12:User=${packaging.fess.user} L13:Group=${packaging.fess.group} L14: L15:ExecStart=${packaging.fess.bin.dir}/fess L16: L17:# Connects standard output to /dev/null L18:StandardOutput=null L19: L20:#...
    github.com/codelibs/fess/src/packaging/common/s...
    Sun Jan 15 06:32:15 UTC 2023
      1.1K bytes
  2. prerm

    ;; L39: L40: *) L41: echo "pre remove script called with unknown argument \`$1'" >&2 L42: exit 1 L43: ;; L44:esac L45: L46:# Stops the service L47:if [ "$STOP_REQUIRED" = "true" ]; then L48: echo -n "Stopping fess service..." L49: if command -v systemctl >/dev/null; then L50: systemctl --no-reload stop fess.service > /dev/null 2>&1 || true L51: L52: elif [ -x /etc/init.d/fess ]; then L53: if command -v invoke-rc.d >/dev/null; then L54: invoke-rc.d...
    github.com/codelibs/fess/src/packaging/common/s...
    Mon Jan 29 07:34:32 UTC 2018
      1.7K bytes
  3. LICENSE

    L135: the terms of any separate license agreement you may have executed L136: with Licensor regarding such Contributions. L137: L138: 6. Trademarks. This License does not grant permission to use the trade L139: names, trademarks, service marks, or product names of the Licensor, L140: except as required for reasonable and customary use in describing the L141: origin of the Work and reproducing the content of the NOTICE file. L142: L143: 7. Disclaimer of Warranty. Unless...
    github.com/codelibs/curl4j/LICENSE
    Thu Jun 14 07:45:22 UTC 2018
      11.1K bytes
  4. LICENSE

    L136: the terms of any separate license agreement you may have executed L137: with Licensor regarding such Contributions. L138: L139: 6. Trademarks. This License does not grant permission to use the trade L140: names, trademarks, service marks, or product names of the Licensor, L141: except as required for reasonable and customary use in describing the L142: origin of the Work and reproducing the content of the NOTICE file. L143: L144: 7. Disclaimer of Warranty. Unless...
    github.com/codelibs/fess/LICENSE
    Tue May 08 21:35:34 UTC 2018
      11.1K bytes
  5. lastafluteMap.dfprop

    L1:# /--------------------------------------------------------------------------- L2:# lastafluteMap: (NotRequired - Default map:{}) L3:# L4:# Specification: L5:# map:{ L6:# ; serviceName = [your service name] L7:# ; domainPackage = [package] L8:# ; environmentList = list:{ [environment name] } L9:# ; isMakeActionHtml = [true or false] L10:# ; commonMap = map:{ L11:# ; path = [relative path to common project from DBFlute client] L12:# ; freeGenList = list:{ [env...
    github.com/codelibs/fess/dbflute_fess/dfprop/la...
    Sun May 20 08:20:11 UTC 2018
      2.2K bytes
  6. postrm

    env.file}" L61: if [ -f "$FESS_ENV_FILE" ]; then L62: . "$FESS_ENV_FILE" L63: fi L64:fi L65: L66:if [ "$REMOVE_SERVICE" = "true" ]; then L67: if command -v systemctl >/dev/null; then L68: systemctl --no-reload disable fess.service > /dev/null 2>&1 || true L69: fi L70: L71: if command -v chkconfig >/dev/null; then L72: chkconfig --del fess 2> /dev/null || true L73: fi L74: L75: if command -v update-rc.d >/dev/null; then L76: update-rc.d fess remove...
    github.com/codelibs/fess/src/packaging/common/s...
    Thu Dec 10 01:24:02 UTC 2015
      2.2K bytes
  7. postinst

    >/dev/null; then L58: echo "### NOT starting on installation, please execute the following statements to configure fess service to start automatically using systemd" L59: echo " sudo systemctl daemon-reload" L60: echo " sudo systemctl enable fess.service" L61: echo "### You can start fess service by executing" L62: echo " sudo systemctl start fess.service" L63: L64: elif command -v chkconfig >/dev/null; then L65: echo "### NOT starting on installation, please execute...
    github.com/codelibs/fess/src/packaging/common/s...
    Thu Dec 10 01:24:02 UTC 2015
      3.1K bytes
  8. conffiles

    L1:${packaging.env.file} L2:/etc/init.d/fess L3:/usr/lib/systemd/system/fess.service...
    github.com/codelibs/fess/src/packaging/deb/scri...
    Thu Dec 10 01:24:02 UTC 2015
      76 bytes
Back to top