18 lines
267 B
Desktop File
18 lines
267 B
Desktop File
[Unit]
|
|
Description=My roda template
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=myapp
|
|
Group=myapp
|
|
WorkingDirectory=/opt/myapp
|
|
Environment=RACK_ENV=production
|
|
|
|
ExecStart=/usr/bin/puma
|
|
TimeoutStopSec=300
|
|
KillMode=mixed
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|