PostgreSQL - /etc/systemd/postgresql.service
Direkt von einer unveränderten Installation gezogen.
Schnellaktionen
📥 Original herunterladen postgresql.serviceKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert postgresql.service von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Ubuntu 18.04 LTS (Bionic Beaver)
✓ Auch kompatibel:
Debian 10 (Buster),
Debian 9 (Stretch),
⚠ Verschiedene Versionen:
Konfigurationsdatei-Inhalt
16 Zeilen
# systemd service for managing all PostgreSQL clusters on the system. This
# service is actually a systemd target, but we are using a service since
# targets cannot be reloaded.
[Unit]
Description=PostgreSQL RDBMS
[Service]
Type=oneshot
ExecStart=/bin/true
ExecReload=/bin/true
RemainAfterExit=on
[Install]
WantedBy=multi-user.target
Download-Befehle
postgresql.service •
Lade die 100% original unveränderte Konfigurationsdatei herunter von PostgreSQL
Mit wget:
wget -O postgresql.service.example https://exampleconfig.com/api/v1/config/original/a2c1c7846d1d3c4b9f2ec0c8a5502b08?hint=postgresql.service
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/a2c1c7846d1d3c4b9f2ec0c8a5502b08?hint=postgresql.service > postgresql.service.example