Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not switch on "user" name ...if eq
_systemctl
(underscore to make clear its special) so you can actually also start other systemd units like mounts and targets and stuff.. ? ;) gruss m. ... ;)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIMTOWTDI . We discussed, that this way we were no longer able to call out startstop scripts something with .service (which we would never do, but its a nice argument nonetheless). On the other hand, we had the vision that we might start user specific systemd services (
systemctl --user
) which would be an argument not to use the user field for something else. Of course, in reality we will never do that, even if it worked, which it doesn't.We discussed the better solution to allow a script with arguments in the script field - possibly indicated by quotes - possibly with some placeholder for the start/stop argument like
which is a nice coding challenge - especially if you want to support quoted arguments with whitespace, too - but nobody was eager to take it. So we dismissed it with "makes the line to long, which is ugly in vi" as an excuse. :-)