Hi all, For years, I've been using exec to replace a shellscript with a binary executable. Something like this:
#!/bin/bash #set up all sorts of stuff #store my current PID exec /usr/bin/mplayer In the preceding example, if the shellscript had PID 12345, after the exec PID 12345 refers to the exec'ed mplayer. Is that behavior going to change with systemd? Thanks, SteveT Steve Litt * http://www.troubleshooters.com/ Troubleshooting Training * Human Performance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140909211919.5bbd5...@mydesq2.domain.cxm