# file: irtrans.service # # This is the main switch for IRTrans. Enable or disable the service to enable or disable # IRTrans (irtrans-server service will not start if this service is not running). [Unit] Description = IRTrans Wants = irtrans-server.service Before = irtrans-server.service [Service] Type = oneshot RemainAfterExit = yes ExecStart = %{_bindir}/true [Install] WantedBy = multi-user.target # end of file #