forked from open-iscsi/tcmu-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andy Grover <agrover@redhat.com>
- Loading branch information
Andy Grover
committed
Sep 15, 2015
1 parent
62d1c56
commit 38f0327
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# When placed in /usr/share/dbus-1/system-services/, this should cause tcmu-runner | ||
# to be loaded and run by dbus-daemon when a client accesses the service name. | ||
|
||
[D-BUS Service] | ||
Name=org.kernel.TCMUService1 | ||
Exec=/usr/bin/tcmu-runner | ||
User=root | ||
SystemdService=tcmu-runner.service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Unit] | ||
Description=LIO Userspace-passthrough daemon | ||
|
||
[Service] | ||
Type=dbus | ||
BusName=org.kernel.TCMUService1 | ||
ExecStart=/usr/bin/tcmu-runner |