Skip to content

Directories and Files on Linux


Digital Process Factory

The installation directory is specified during installation of DPF and saved in environment keys. The following directories and files are created:

  • Installation directory: %DPFROOT%
  • Server components directory: %DPFSRV%
  • Data and job directory: %DPFDATA%
  • Customer-specific configuration directory: %SEAL_CUSTOMDIR%
  • Service configuration directory: /opt/seal/etc
  • Log directory:
    • %DPFROOT%/data/log for legacy components such as Apache
    • /opt/seal/log for service logs
  • Home directory of the SEAL user: /var/lib/seal

Systemd

The following directories and files are created:

  • Configuration for Systemd: /usr/lib/systemd/system/<service_name>.service

sudo

The following directories and files are created:

  • Configuration for sudo: /etc/sudoers.d/<service_name>

Firewall

The following directories and files are created:

  • Configuration for the firewall on SUSE: /etc/sysconfig/SuSEfirewall2.d/services/<service_name>.service

Logrotate

The following directories and files are created:

  • Configuration for Logrotate: /etc/logrotate.d/plossys

Hint - MongoDB

For the directories and files used by MongoDB, refer to the SEAL-specific MongoDB documentation.


Hint - SEAL Elastic Stack

For the directories and files used by SEAL Elastic Stack, which includes Elasticsearch, Kibana and Filebeat, refer to the SEAL Elastic Stack documentation.


Back to top