1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +02:00
dockerfiles/prestosql/presto-server.service
2020-11-05 19:22:21 +08:00

17 lines
304 B
Desktop File

[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