mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-11 01:55:40 +03:00
Pull request: more sysv
Merge in DNS/adguard-home from 4480-sysv-again to master
Updates #4480.
Squashed commit of the following:
commit 263fa05ab19de95b18fb07f6c89e4b9a1b24657b
Merge: 360a6468 d3f39b0a
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Tue Jun 14 13:36:15 2022 +0300
Merge branch 'master' into 4480-sysv-again
commit 360a646833ca9e0e01cb6d085e70b898a30dc2d0
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Thu Jun 9 18:15:41 2022 +0300
home: rename linux file
commit c3032533b7e00136c25d15a4ad771bb8a9c13e31
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Thu Jun 9 18:06:25 2022 +0300
home: imp code
commit 2381c4a6ab4f6dca88123ff7b0a92f2cf9a420a8
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Thu Jun 9 17:48:22 2022 +0300
home: wrap sysv service
This commit is contained in:
parent
d3f39b0aa1
commit
5956b97e7f
2 changed files with 80 additions and 2 deletions
internal/home
|
@ -1,6 +1,8 @@
|
|||
//go:build !openbsd
|
||||
// +build !openbsd
|
||||
//go:build !(openbsd || linux)
|
||||
// +build !openbsd,!linux
|
||||
|
||||
package home
|
||||
|
||||
// chooseSystem checks the current system detected and substitutes it with local
|
||||
// implementation if needed.
|
||||
func chooseSystem() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue