diff options
author | Carlo Landmeter <[email protected]> | 2016-03-01 16:36:28 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-03-08 13:19:53 -0800 |
commit | c53fb0113cc372ed8df3c08f59f83cb3ceee849b (patch) | |
tree | 4f349572cb1897fb139914c1e82a8905347da17f /etc/init.d/zfs-zed.in | |
parent | 513168abd267f84ebcb688b4e1d42a2abd4fedce (diff) |
Add support for alpine linux
Both Alpine Linux and Gentoo use OpenRC so we share its logic
Signed-off-by: Carlo Landmeter <[email protected]>
Signed-off-by: Richard Yao <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4386
Diffstat (limited to 'etc/init.d/zfs-zed.in')
-rwxr-xr-x | etc/init.d/zfs-zed.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/zfs-zed.in b/etc/init.d/zfs-zed.in index 86e31855e..d0086eefd 100755 --- a/etc/init.d/zfs-zed.in +++ b/etc/init.d/zfs-zed.in @@ -98,7 +98,7 @@ do_reload() # ---------------------------------------------------- -if [ ! -e /etc/gentoo-release ]; then +if [ ! -e /sbin/openrc-run ]; then case "$1" in start) do_start |