mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
17 lines
304 B
SYSTEMD
17 lines
304 B
SYSTEMD
|
[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
|