mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-06 08:01:24 +00:00
24 lines
541 B
Desktop File
24 lines
541 B
Desktop File
[Unit]
|
|
Description=Warmbly forms service (hosted form pages, embeds and submissions)
|
|
Documentation=https://docs.warmbly.com/development/bare-metal/
|
|
After=network-online.target warmbly-backend.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=warmbly
|
|
Group=warmbly
|
|
EnvironmentFile=/etc/warmbly/warmbly.env
|
|
WorkingDirectory=/opt/warmbly
|
|
ExecStart=/opt/warmbly/bin/forms
|
|
Restart=always
|
|
RestartSec=3
|
|
LimitNOFILE=65536
|
|
NoNewPrivileges=true
|
|
ProtectSystem=strict
|
|
ProtectHome=true
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|