PostgreSQL - /etc/systemd/postgresql.service
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original postgresql.serviceConfiguration File Information
Authentic & Original
Unaltered postgresql.service from fresh installation.
Linux Distribution Support
๐ Currently viewing: Ubuntu 18.04 LTS (Bionic Beaver)
โ Also compatible:
Debian 10 (Buster),
Debian 9 (Stretch),
โ Different versions:
Configuration File Content
16 lines
# 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 Commands
postgresql.service โข
Download the 100% original unaltered configuration file pulled from PostgreSQL
Using wget:
wget -O postgresql.service.example https://exampleconfig.com/api/v1/config/original/a2c1c7846d1d3c4b9f2ec0c8a5502b08?hint=postgresql.service
Using curl:
curl https://exampleconfig.com/api/v1/config/original/a2c1c7846d1d3c4b9f2ec0c8a5502b08?hint=postgresql.service > postgresql.service.example