Re: [yocto] [PATCH 1/3] [meta-ivi] portmap: Use systemd service type forking instead of oneshot

2013-06-13 Thread Khem Raj
On Tue, Jun 11, 2013 at 8:30 AM, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com portmap is a resident program and we want to start it in background. With service type 'forking' systemd knows that the executable is a daemon. Although in

[yocto] [PATCH 1/3] [meta-ivi] portmap: Use systemd service type forking instead of oneshot

2013-06-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com portmap is a resident program and we want to start it in background. With service type 'forking' systemd knows that the executable is a daemon. Although in this case 'oneshot' + 'RemainAfterExit=yes' works but it is intended for non-resident