Skip to content

Commit a7350c8

Browse files
committed
fix(scripts): fix alpine initscript
1 parent 2e19eb3 commit a7350c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

agent/scripts/init.alpine

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
#!/sbin/openrc-run
12
#
23
# Copyright 2020 New Relic Corporation. All rights reserved.
34
# SPDX-License-Identifier: Apache-2.0
45
#
56

6-
#!/sbin/openrc-run
7-
87
description="New Relic Daemon"
98
command="${nrdaemon:-/usr/bin/newrelic-daemon}"
109
command_args=

0 commit comments

Comments
 (0)