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 trailing whitespace in systemd unit #51

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

Commits on Nov 6, 2019

  1. migrate to go modules

    frederik committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    857cb77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request st3fan#49 from freswa/master

    migrate to go modules
    frederik authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    b098747 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Remove trailing whitespace in systemd unit

    The trailing whitespace seems to confuse systemd (v219) here:
    
    ```
    Jul 09 03:54:45 mailin01.mx.bawue.net systemd[1]: [/usr/lib/systemd/system/xapsd.service:8] Trailing garbage, ignoring.
    Jul 09 03:54:45 mailin01.mx.bawue.net systemd[1]: [/usr/lib/systemd/system/xapsd.service:9] Unknown lvalue '-feedbackInterval' in section 'Service'
    Jul 09 03:54:45 mailin01.mx.bawue.net systemd[1]: xapsd.service lacks both ExecStart= and ExecStop= setting. Refusing.
    ```
    ixs authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    c9a99c4 View commit details
    Browse the repository at this point in the history