apainintheneck f2adbf6613 service: change custom name DSL
After some discussion, we decided to change the DSL to get rid of
the `plist_name` and `service_name` methods which aren't meaningful
for most users.

The new DSL looks like this:

```rb
service do
  name macos: "name", linux: "name"
end
```

I also updated some specs here to reflect these changes.

There was some talk about maybe deprecating `plist_name` and `service_name`
but I think that's outside of the scope of this PR so I'm leaving
them as is for now. One benefit of this is that everything here is backwards
compatible.
2023-05-17 21:54:32 -07:00
..
2023-02-12 17:13:51 +00:00
2022-11-26 10:28:12 -05:00
2022-11-26 10:28:12 -05:00
2023-02-20 09:05:15 +00:00
2023-03-02 16:20:39 -05:00
2022-11-26 10:28:12 -05:00
2023-04-16 09:01:12 -04:00
2022-12-06 12:52:03 -05:00
2022-11-26 10:28:12 -05:00
2022-12-06 12:52:03 -05:00
2023-04-24 19:13:25 -07:00

Documentation

Users

Contributors

Maintainers

Governance