OSDN Git Service

New service: 3proxy.
[avyssos/void-66-services.git] / usr / share / 66 / service / seatd
1 [main]
2 @type = classic
3 @version = 0.0.1
4 @description = "seat daemon"
5 @user = ( root )
6
7 [start]
8 @execute = ( 
9  execl-cmdline -s {
10  export SEATD_LOGLEVEL ${SEATD_LOGLEVEL} 
11  seatd -g _seatd } )
12
13 [environment]
14 SEATD_LOGLEVEL=error