mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update cowrie
This commit is contained in:
16
prestosql/presto-server.service
Normal file
16
prestosql/presto-server.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user