Skip to content

imagefactoryd.service is not formated properly #417

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions