Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update systemd (file -> append) #76

Merged
merged 1 commit into from
May 29, 2023
Merged

Conversation

tessus
Copy link
Contributor

@tessus tessus commented May 28, 2023

The value file for StandardOutput and StandardError works differently than expected. The file is created and used only once - ever. This means that when the service is restarted, there won't be any logging anymore.
Using the keyword append will reuse the log file and is the correct way to specify logfiles in systemd.

The value `file` for `StandardOutput` and `StandardError` works differently than expected.
The file is created and used only once - ever. This means that when the service is restarted,
there won't be any logging anymore.
Using the keyword `append` will reuse the log file and is the correct way to specify logfiles in systemd.
Copy link
Member

@jmattheis jmattheis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jmattheis jmattheis merged commit 95d64bc into gotify:master May 29, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants