blob: f1bced223085aa209307c7794a3fc5609924ac13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=Iguanaworks USB IR transceiver
[Service]
Type=forking
User=iguanair
Group=iguanair
EnvironmentFile=/etc/iguanair/iguanair
ExecStart=/usr/bin/igdaemon $DRIVERS $OPTIONS \
--log-level=${LOGLEVEL} \
--send-timeout=${SENDTIMEOUT} \
--receive-timeout=${RECEIVETIMEOUT} \
-l /var/log/iguanaIR/iguanaIR.log
[Install]
WantedBy=multi-user.target
|