On Mon, Jan 10, 2011 at 13:30, Alexander E. Patrakov <patra...@gmail.com> wrote:

>> [ 3639.047649] systemd[1]: Assertion 's->control_command_id ==
>> SERVICE_EXEC_START' failed at src/service.c:2184, function
>> service_run_next_main(). Aborting.

> #ExecReload=/usr/sbin/lighttpd -t -f /etc/lighttpd/lighttpd.conf
> ExecReload=/bin/kill -INT $MAINPID
> ExecReload=/bin/sleep 1
> ExecReload=/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf

>From your pastebin:

systemd[1]: lighttpd.service running next main command for state reload
systemd[1]: Assertion 's->control_command_id == SERVICE_EXEC_START'
  failed at src/service.c:2184, function service_run_next_main(). Aborting.

The multiple restart commands seem not to be handled correctly. Maybe
a SERVICE_EXEC_RELOAD vs. SERVICE_EXEC_START issue.

Kay
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to