Skip to content
Snippets Groups Projects
Select Git revision
  • c1d661996cd0c8710c70fcc2a45293f5e9c824ab
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

restore.sh

Blame
  • check_systemdservices.cfg 1.79 KiB
    # ================================================================================
    # list of services
    # FOR TESTING: systemctl --no-legend --no-pager --type service | grep -f check_systemdservices.cfg
    # --------------------------------------------------------------------------------
    # >>> BASE SYSTEM SERVICES
    # --------------------------------------------------------------------------------
    ^chronyd\.service
    ^cron\.service
    ^iptables\.service
    ^ip6tables\.service
    ^postfix\.service
    ^rsyslog\.service
    ^smartd\.service
    ^ssh\.service
    ^systemd-timesyncd\.service
    # --------------------------------------------------------------------------------
    # >>> BASE INFRASTRUCTURE
    # --------------------------------------------------------------------------------
    ^ceph-mon\..*\.service
    ^ceph-osd.[0-9]*\..*\.service
    ^collectd\.service
    ^foreman-proxy\.service
    ^libvirtd\.service
    ^opennebula.*\.service
    ^puppet\.service
    # ^sensu-client\.service
    ^smart_proxy_dynflow_core\.service
    # --------------------------------------------------------------------------------
    # >>> used services and daemons
    # --------------------------------------------------------------------------------
    ^apache2\.service
    ^couchdb\.service
    ^gitlab-runsvdir\.service
    ^haproxy\.service
    ^httpd\.service
    ^mariadb\.service
    ^mysql\.service
    ^postgresql\.service
    ^shibd\.service
    # --------------------------------------------------------------------------------
    # >>> IML services
    # --------------------------------------------------------------------------------
    ^measured-assets-watcher\.service
    ^measured-assets\.service
    ^measured-connector\.service
    ^measured-manager-watcher\.service
    ^measured-manager-worker4candidates\.service
    ^measured-manager-worker4previews.*\.service
    ^medsurf-api\.service
    # ================================================================================