diff options
| author | Simon Rettberg | 2013-09-18 15:14:12 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-09-30 13:26:31 +0200 |
| commit | 7e97a36e3caa7f9bfeb520d28a9322725fd2ad04 (patch) | |
| tree | 7874c66b1b1ffeef9e0de4c435aafbb4f406af5d /remote/modules/dbus/data/etc/systemd/system | |
| parent | [dbus] Fix mkdir, remove /lib/systemd from required directories (diff) | |
| download | tm-scripts-7e97a36e3caa7f9bfeb520d28a9322725fd2ad04.tar.gz tm-scripts-7e97a36e3caa7f9bfeb520d28a9322725fd2ad04.tar.xz tm-scripts-7e97a36e3caa7f9bfeb520d28a9322725fd2ad04.zip | |
[dbus] Missed *.wants
Diffstat (limited to 'remote/modules/dbus/data/etc/systemd/system')
| l--------- | remote/modules/dbus/data/etc/systemd/system/multi-user.target.wants/dbus.service | 1 | ||||
| l--------- | remote/modules/dbus/data/etc/systemd/system/sockets.target.wants/dbus.socket | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
