Debian systemd unit exits immediately #905

Closed
opened 2025-07-15 00:36:13 +00:00 by nex · 0 comments
Owner
/etc/systemd/system/continuwuity.service:6: Unknown key name 'Alias' in section 'Unit', ignoring.
Starting continuwuity.service - Continuwuity - Matrix homeserver...
Error: There was a problem with your configuration file: invalid type: found unsigned int `1`, expected a boolean for key "LOG_TO_JOURNALD" in `CONTINUWUITY_` environment variable(s)
continuwuity.service: Main process exited, code=exited, status=1/FAILURE
continuwuity.service: Failed with result 'exit-code'.

Environment="CONTINUWUITY_LOG_TO_JOURNALD=1"

This line needs changing from =1 to =true.

``` /etc/systemd/system/continuwuity.service:6: Unknown key name 'Alias' in section 'Unit', ignoring. Starting continuwuity.service - Continuwuity - Matrix homeserver... Error: There was a problem with your configuration file: invalid type: found unsigned int `1`, expected a boolean for key "LOG_TO_JOURNALD" in `CONTINUWUITY_` environment variable(s) continuwuity.service: Main process exited, code=exited, status=1/FAILURE continuwuity.service: Failed with result 'exit-code'. ``` https://forgejo.ellis.link/continuwuation/continuwuity/src/commit/1abe8f7835dd963fa217034aefad7b81d41313b4/debian/conduwuit.service#L17 This line needs changing from `=1` to `=true`.
nex added the
Bug
Meta/Packaging
Status
Confirmed
Difficulty
Easy
labels 2025-07-15 00:36:13 +00:00
Jade closed this issue 2025-07-16 22:31:41 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: continuwuation/continuwuity#905
No description provided.