1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/prestosql/presto-server.service

17 lines
304 B
SYSTEMD
Raw Normal View History

2020-11-05 11:22:21 +00:00
[Unit]
Description=Presto Standalone Server
After=network.target
[Service]
Type=forking
User=presto
Group=presto
ExecStart=/opt/presto-server/bin/launcher start
PIDFile=/opt/presto-server/data/var/run/launcher.pid
LimitNOFILE=65536
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target