www-apps/up-common-proxies: Remove logger dep in OpenRC init script
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-12-15 23:42:46 +01:00
parent 4724384b03
commit 6ab14de4a0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 1 deletions

View File

@ -16,5 +16,4 @@ command_args="-c /etc/${name}/config.toml"
depend() {
need net
use dns
after logger
}