Skip to content

Commit

Permalink
Remove double "name" field from openrc script
Browse files Browse the repository at this point in the history
The openrc unit file template had the "name=" definition twice. I assume
it is the last one that was effective.

Signed-off-by: Kimmo Lehto <[email protected]>
(cherry picked from commit 2a7e7ae)
  • Loading branch information
kke authored and github-actions[bot] committed Sep 30, 2024
1 parent 442773f commit 0a8d67b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/install/linux_openrc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const openRCScript = `#!/sbin/openrc-run
{{- if .Option.Environment}}{{range .Option.Environment}}
export {{.}}{{end}}{{- end}}
supervisor=supervise-daemon
name="{{.DisplayName}}"
description="{{.Description}}"
command={{.Path|cmdEscape}}
{{- if .Arguments }}
Expand Down

0 comments on commit 0a8d67b

Please sign in to comment.