# file: irtrans-server.service # # This service controls IRtrans server process. The service is started automatically by udev when # /dev/irtrans device appears. However, if irtrans service is not running, this service will not # start. [Unit] Description = IRTrans Server Requisite = irtrans.service After = irtrans.service BindsTo = irtrans.service [Service] User = irtrans Group = irtrans RuntimeDirectory = irtrans WorkingDirectory = ~ Type = simple ExecStart = %{_sbindir}/%{name} -start_clock /dev/irtrans # end of file #