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'