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

Conversation

ixs
Copy link

@ixs ixs commented Jul 9, 2020

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.

frederik and others added 3 commits November 6, 2019 13:09
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.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant