On 2018-11-18 01:41 -0600, Bruce Dubbs via blfs-dev wrote:
> I'm not sure I agree agree.  If I greo the systemd sources for 
> /bin/touch, the only places I see it is in man/systemd-run.xml and 
> test/test-execute/exec-basic.service.  The later has a line:
> 
> ExecStart=touch /tmp/a ; /bin/touch /tmp/b ; touch /tmp/c
> 
> So if we just remove the /bin/ from that service file, it should be OK.

I believe this `/bin/touch` is intended to test a command with absolute
path.  So I changed it to `/bin/sh -c "touch /tmp/b"' and gived them
a pull request (#10829).
-- 
Xi Ruoyao <xry...@mengyan1223.wang>
School of Aerospace Science and Technology, Xidian University

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to