| Summary: | ExecStart with whitespace in path | ||
|---|---|---|---|
| Product: | systemd | Reporter: | Dennis <mail> | 
| Component: | general | Assignee: | systemd-bugs | 
| Status: | RESOLVED FIXED | QA Contact: | systemd-bugs | 
| Severity: | normal | ||
| Priority: | medium | CC: | jonathanboulle | 
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| 
 
        
          Description
        
        
          Dennis
        
        
        
        
          2014-11-11 20:11:17 UTC
        
       
    I clarified the rules in http://cgit.freedesktop.org/systemd/systemd/commit/?id=c853953658. ExecStart=/PATH WITH SPACES/daemon -Param1 -Param2 -> 5 args ExecStart="/PATH WITH SPACES/daemon" -Param1 -Param2 -> 3 args ExecStart="/PATH WITH SPACES/daemon -Param1 -Param2" -> 1 arg ExecStart="/PATH WITH SPACES/daemon" "-Param1 -Param2" -> 2 args ExecStart="/PATH WITH SPACES/daemon" "-Param1" "-Param2" -> 3 args ExecStart=/PATH\ WITH\ SPACES/daemon -Param1 -Param2 -> error ExecStart=/PATH\x20WITH\x20SPACES/daemon -Param1 -Param2 -> 3 args I think that any version which returns 3 args should do the right thing for you.  | 
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.