Difference between revisions of "/lib/systemd/system/postgresql.service"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
[Unit] | [Unit] | ||
− | Description=PostgreSQL RDBMS | + | [[Description=]]PostgreSQL RDBMS |
[Service] | [Service] | ||
[[Type=]]oneshot | [[Type=]]oneshot | ||
− | ExecStart=/bin/true | + | [[ExecStart]]=/bin/true |
− | ExecReload=/bin/true | + | [[ExecReload]]=/bin/true |
− | RemainAfterExit=on | + | [[RemainAfterExit]]=on |
[Install] | [Install] | ||
− | WantedBy=multi-user.target | + | WantedBy=[[multi-user.target]] |
− | + | == See also == | |
− | {{.service}} | + | * {{.service}} |
Latest revision as of 17:03, 6 July 2023
/lib/systemd/system/postgresql.service
# 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
See also[edit]
Advertising: