<div>Hi,</div><div><br></div><div>I am trying to launch my application daemon on boot by deploying a script, shake2skip-daemon [1] to /etc/event.d/ folder. The script is deployed using qmake project file</div><div>syntax (INSTALLS = target launch, with launch.files=data/shake2skip-daemon and launch.path=/etc/event.d/).</div>
<div><br></div><div><br></div><div>Initially I didn't include any manifest file, and aegis didn't allow the launch script to be executed. The error from syslog without manifest was:</div><div><br></div><div><br></div>
<div><i>Jul 28 21:09:22 (none) DSME: Got Validator message [ Fail: 1 (source origin check) Method: 3 Process: sh File: /etc/event.d/shake2skip-daemon ]</i></div><div><i>Jul 28 21:09:22 (none) DSME: OK, not a mandatory file: /etc/event.d/shake2skip-daemon</i></div>
<div><i>Jul 28 21:09:22 (none) kernel: [ 330.523223] Aegis: credp_kcheck failed 9990004 shake2skip-daemon</i></div><div><i>Jul 28 21:09:22 (none) kernel: [ 330.523254] Aegis: shake2skip-daemon verification failed (source origin check)</i></div>
<div><br></div><div><br></div><div>I created the aegis manifest file [2] in debian folder but was not sure what credential should I request to run the launch script. I tried "credential name="UID::root"". </div>
<div>However, the warning below was displayed during package installation.</div><div><br></div><div><i>Package shake2skip: <for> refers to '/etc/event.d/shake2skip-daemon', not installed by that package -- ignored</i></div>
<div><br></div><div>Installation completed successfully and syslog does not have any aegis/credp errors but the daemon is still not started on reboot. What I am doing wrong here? Or, is there any other way to start scripts on boot?</div>
<div><br></div><div><br></div><div>~Sudheer</div><div><br></div><div>[1] - <a href="http://pastebin.com/BnBwP6tv">http://pastebin.com/BnBwP6tv</a></div><div>[2] - <a href="http://pastebin.com/JpZZwXEZ">http://pastebin.com/JpZZwXEZ</a></div>