Skip to content

Commit

Permalink
Add MIREDO_{USER,GROUP} defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Jan 6, 2019
1 parent 6c33ce6 commit 90221de
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion mk/defaults/mk.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: mk.conf,v 1.297 2018/11/12 14:22:58 jperkin Exp $
# $NetBSD: mk.conf,v 1.298 2019/01/06 00:07:48 schmonz Exp $
#

# This file provides default values for variables that may be overridden
Expand Down Expand Up @@ -1332,6 +1332,16 @@ MEDIATOMB_USER?= mediatomb
# Possible: any user name
# Default: mediatomb

MIREDO_USER?= miredo
# The unprivileged user for miredo with privilege separation.
# Possible: any user name
# Default: miredo

MIREDO_GROUP?= miredo
# The group of the MIREDO_USER for miredo with privilege separation.
# Possible: any group name
# Default: miredo

MLDONKEY_GROUP?= mldonkey
# System group to run mldonkey's core as.
# Possible: any group name
Expand Down

0 comments on commit 90221de

Please sign in to comment.