Skip to content

imagefactoryd.service is not formated properly #417

@frantisekz

Description

@frantisekz

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions