mirror of https://github.com/yandex/odyssey.git
16 lines
291 B
SYSTEMD
16 lines
291 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Advanced multi-threaded PostgreSQL connection pooler and request router
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=odyssey
|
||
|
Group=odyssey
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/odyssey /etc/odyssey/odyssey.conf
|
||
|
LimitNOFILE=100000
|
||
|
LimitNPROC=100000
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|