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

imagefactoryd.service is not formated properly #417

Open
frantisekz opened this issue Feb 8, 2018 · 0 comments
Open

imagefactoryd.service is not formated properly #417

frantisekz opened this issue Feb 8, 2018 · 0 comments

Comments

@frantisekz
Copy link

imagefactoryd.service is not a valid service file.

  • ExecStop can't call killall only, the correct way to specify ExecStop is:
    ExecStop=/usr/bin/killall imagefactoryd

  • [install] section is missing in service file, so it can't be enabled at boot time, possible fix is just to add

[Install]
WantedBy=multi-user.target
  • Systemd is complaining about LockFile lvalue:
    /usr/lib/systemd/system/imagefactoryd.service:10: Unknown lvalue 'LOCKFile' in section 'Service'
henrysher pushed a commit to henrysher/fedora-infra-ansible that referenced this issue Feb 8, 2018
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

No branches or pull requests

1 participant