We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a valid service file.
ExecStop can't call killall only, the correct way to specify ExecStop is: ExecStop=/usr/bin/killall imagefactoryd
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
/usr/lib/systemd/system/imagefactoryd.service:10: Unknown lvalue 'LOCKFile' in section 'Service'
The text was updated successfully, but these errors were encountered:
Taskotron: Properly fix imagefactory service
ace5dba
Workaround for redhat-imaging/imagefactory#417
No branches or pull requests
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
/usr/lib/systemd/system/imagefactoryd.service:10: Unknown lvalue 'LOCKFile' in section 'Service'
The text was updated successfully, but these errors were encountered: