Daniel Theophanes
Daniel Theophanes
@freeformz Give me a day. It is slated for some changes. As previously stated, the arity of record is different between godep and vendor-spec.
@freeformz I've made the changes, please examine to see if we can merge. @rsc I haven't updated kardianos/govendor to use path and origin yet. After I have done so I'll...
Please examine the spec to see if we can merge what govendor and godeps writes down. The most recent commit is here: https://github.com/kardianos/vendor-spec/commit/eb61625c168347ca2b668b7a318dd9b379f7db28
I would lean to leaving per system "default" behavior, but then adding knobs to set this behavior as much as possible. Perhaps add an enum in the config "BehaviorOnNonZeroExit": -...
I might have time to look at this next week. This feature isn't a priority for me however.
I think it handled it. Send a PR if it doesn't. On Fri, Dec 8, 2017, 06:53 Kamil Dziedzic wrote: > What about restarting with SystemV after server reboot? If...
Can you doc the new specific flags? Will changing these, such as Kill mode, etc, alter how the service, by default works? What values should it expect?
On on the fence on Timeout Stop Sec. The Kill signal, that would probably interfere with the current implementation of `func (s *systemd) Run() (err error) {` The `KillMode`, I'm...
Are the args passed into Execute different then os.Args()?