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-04-04 20:00:30 -07:00
2023-02-20 18:14:47 -08:00
2023-02-20 18:14:47 -08:00
2023-02-20 18:14:47 -08:00
2023-02-20 18:14:47 -08:00
2023-02-20 18:14:47 -08:00
2023-04-24 20:42:39 -07:00
2023-02-20 18:14:47 -08:00
2023-02-20 18:14:47 -08:00
2023-02-20 18:14:47 -08:00
2021-05-12 13:07:24 +01:00
2023-02-20 18:14:47 -08:00
2023-02-20 18:14:47 -08:00
2023-02-20 18:14:47 -08:00
2023-04-24 20:42:39 -07:00
2023-05-10 01:02:42 +02:00
2023-05-17 21:54:32 -07:00
2023-04-25 09:26:24 -07:00
2023-04-25 09:26:24 -07:00
2023-04-25 09:26:24 -07:00
2023-02-20 18:14:47 -08:00