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

Commits on May 28, 2023

  1. update systemd (file -> append)

    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.
    tessus committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d189d66 View commit details
    Browse the repository at this point in the history