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]>
  • Loading branch information
kke committed Sep 26, 2024
1 parent d3d2db8 commit 19b07f6
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 19b07f6

Please sign in to comment.