Hi, Not sure whether to submit a bug report or documentation patch for this.
ExecStart=/usr/bin/foo --arg1="foo bar" Causes foo to be run with 2 command line args: 1. --arg1="foo 2. bar" Not what I was hoping for. Whereas: ExecStart=/usr/bin/foo "--arg1=foo bar" does what I want, just 1 command line arg: 1. --arg1=foo bar Took me a while to figure that out. Is this the desired behaviour? Thanks, Daniel _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
