Hacker News new | ask | show | jobs
by kamme 4238 days ago
Well, it's possible if you're somewhat interested in linux in general.

I'm a webdeveloper, mainly doing php, and I found a use case for php-fpm and systemd thanks to a blogpost of a friend. Its php-fpm pools ondemand, if you're interested I've written a blogpost about it here: http://thanatos.be/2014/04/12/php-fpm-ondemand.html

I guess It all depends on what your goal is or what you like achieving with your code, but imho systemd has some nice features for developers (and doing fun stuff in general). Also have a look at Joey Hess his blogpost about his systemd alarmclock: http://joeyh.name/blog/entry/a_programmable_alarm_clock_usin...