Compare commits

...

2 commits

Author SHA1 Message Date
7b15a2cfc4 chore: merkwerk auto-update 2025-09-05 17:02:31 +02:00
442b465f16 fix(systemd): use Type=forking for background start.sh compatibility
- Change Type=simple to Type=forking in systemd service
- Properly handle start.sh background process (&)
- Ensures systemd correctly tracks daemon lifecycle
- Fixes BSD-compatible start script integration

Fixes #104
2025-09-05 17:02:31 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -15,3 +15,4 @@
25a29c32,53ef8ad,main,2025-09-03T10:23:47Z,michael,git,lua-api
25a29c32,eb64c39,main,2025-09-03T18:25:18Z,michael,git,lua-api
25a29c32,38a1108,main,2025-09-03T20:13:08Z,michael,git,lua-api
25a29c32,442b465,fix/systemd-type-forking,2025-09-05T15:02:31Z,michael,git,lua-api

View file

@ -3,7 +3,7 @@ Description=furt Multi-Tenant API Gateway
After=network.target
[Service]
Type=simple
Type=forking
User=furt
Group=furt
ExecStart=/usr/local/share/furt/scripts/start.sh start