Code review comment for lp:~xnox/ubuntu/wily/upstart/lp1447099

Revision history for this message
James Hunt (jamesodhunt) wrote :

Hi Dimitri,

Thanks for fixing this. Please could you simplify the test though - I think it's much clearer to avoid the "double-negative" and just write:

    test -d /run/systemd/system && { stop; exit 0; }

« Back to merge proposal