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

Remove | tee $PIPE and systemd-cat #103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Remove | tee $PIPE and systemd-cat #103

wants to merge 2 commits into from

Commits on Feb 7, 2021

  1. Change | tee $PIPE to > $PIPE

    Remove duplication of logs.
    
    Fixes #101.
    wesbarnett committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    2f3470c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Remove unneeded systemd-cat

    If this is run by a systemd service, StandardOutput defaults to
    journal already, so no need to control that here.
    wesbarnett committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    eedc86c View commit details
    Browse the repository at this point in the history