Yesterday I found some people on my [favorite reddit][lolphp] wonder about the output of the following code:
<?php
$a = 1;
$c = $a + $a++;| # Ubuntu upstart file at /etc/init/yourservice.conf | |
| pre-start script | |
| mkdir -p /var/log/yourcompany/ | |
| end script | |
| respawn | |
| respawn limit 15 5 | |
| start on runlevel [2345] |