summaryrefslogtreecommitdiff
blob: baa9ab5a0c521a9b7ddd5d0b0429e0ebfc8a0a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /etc/conf.d/g15composer: Configuration for the g15composer

# The CONTROL_FIFO is the name of the FIFO that g15composer listens to.
# It does not create a screen on the display, but allows programs to
# create their own non-virtual screens.
# Please make sure the file specified does not exist.
CONTROL_FIFO="/var/run/g15composer"

# Set the user who owns the CONTROL_FIFO.
# This is also the user as whom g15composer is run
FIFO_USER=root

# Set the grop which owns the CONTROL_FIFO.
# The users who want to display screens on the LCD need to be in this group.
FIFO_GROUP=users