diff options
| author | Christian Rößler | 2013-09-18 15:48:44 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-18 15:48:44 +0200 |
| commit | 8f35360d250b77d8a88519832a9e87cadf7246ca (patch) | |
| tree | c586397a1ded0ffba4b70de893a4cb9d5e59f278 /remote/modules/dbus/data | |
| parent | [blacklists] Modifications for accounts-daemon.service (diff) | |
| parent | ...better yet, make it optional (diff) | |
| download | tm-scripts-8f35360d250b77d8a88519832a9e87cadf7246ca.tar.gz tm-scripts-8f35360d250b77d8a88519832a9e87cadf7246ca.tar.xz tm-scripts-8f35360d250b77d8a88519832a9e87cadf7246ca.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/dbus/data')
3 files changed, 7 insertions, 0 deletions
diff --git a/remote/modules/dbus/data/etc/systemd/system/dbus.socket b/remote/modules/dbus/data/etc/systemd/system/dbus.socket new file mode 100644 index 00000000..5c373cf4 --- /dev/null +++ b/remote/modules/dbus/data/etc/systemd/system/dbus.socket @@ -0,0 +1,5 @@ +[Unit] +Description=D-Bus System Message Bus Socket + +[Socket] +ListenStream=/run/dbus/system_bus_socket diff --git a/remote/modules/dbus/data/etc/systemd/system/multi-user.target.wants/dbus.service b/remote/modules/dbus/data/etc/systemd/system/multi-user.target.wants/dbus.service new file mode 120000 index 00000000..224df24b --- /dev/null +++ b/remote/modules/dbus/data/etc/systemd/system/multi-user.target.wants/dbus.service @@ -0,0 +1 @@ +../dbus.service
\ No newline at end of file diff --git a/remote/modules/dbus/data/etc/systemd/system/sockets.target.wants/dbus.socket b/remote/modules/dbus/data/etc/systemd/system/sockets.target.wants/dbus.socket new file mode 120000 index 00000000..fe02d162 --- /dev/null +++ b/remote/modules/dbus/data/etc/systemd/system/sockets.target.wants/dbus.socket @@ -0,0 +1 @@ +../dbus.socket
\ No newline at end of file |
