-
- Downloads
Fix error handling bug in systemd::unit_options.
The default case in the case switch for the $ensure parameter was incorrectly using the *string* "default" instead of the keyword ``default''. This meant that you did not get an error message if you specified an illegal value for that parameter (unless it happened to be exactly the string "default").
Loading
Please register or sign in to comment