app.kluk.fr/kluk.service
Christophe Robillard 20b2d3ce4a
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
add kluk systemd service
2025-09-27 13:25:02 +00:00

18 lines
378 B
Desktop File

[Unit]
Description=Kluk Server
After=network.target
[Service]
Type=simple
User=mood
WorkingDirectory=/opt/mood/app.kluk.fr
ExecStart=/opt/mood/.rbenv/shims/foreman start
Environment="RACK_ENV=production"
Environment="PATH=/opt/mood/.rbenv/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin"
TimeoutSec=30
RestartSec=15s
Restart=always
[Install]
WantedBy=multi-user.target