Codebase list tcmu / 032b8d44-68b7-4bb0-961c-c3121f656ce7/main tcmu-runner.service
032b8d44-68b7-4bb0-961c-c3121f656ce7/main

Tree @032b8d44-68b7-4bb0-961c-c3121f656ce7/main (Download .tar.gz)

tcmu-runner.service @032b8d44-68b7-4bb0-961c-c3121f656ce7/mainraw · history · blame

[Unit]
Description=LIO Userspace-passthrough daemon
Documentation=man:tcmu-runner(8)
Wants=rsyslog.service
After=network.target rsyslog.service

[Service]
LimitNOFILE=1000000
Type=dbus
BusName=org.kernel.TCMUService1
KillMode=process
ExecStart=/usr/bin/tcmu-runner

[Install]
WantedBy=multi-user.target