Start session with smack User session
authorRonan Le Martret <ronan@fridu.net>
Thu, 3 Jul 2014 06:22:01 +0000 (08:22 +0200)
committerRonan Le Martret <ronan@fridu.net>
Thu, 3 Jul 2014 06:22:01 +0000 (08:22 +0200)
Change-Id: Ie7baec2e136e705e0b68b43e83906003a1055f8c

recipes-tizen/systemd/files/user@.service [deleted file]
recipes-tizen/systemd/systemd-extraconf.inc

diff --git a/recipes-tizen/systemd/files/user@.service b/recipes-tizen/systemd/files/user@.service
deleted file mode 100644 (file)
index 52948fd..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as published by
-#  the Free Software Foundation; either version 2.1 of the License, or
-#  (at your option) any later version.
-
-[Unit]
-Description=User Manager for %I
-After=systemd-user-sessions.service
-
-[Service]
-User=%I
-PAMName=systemd-user
-Type=notify
-Environment=SHELL=%s
-ExecStart=-/usr/lib/systemd/systemd --user
-Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket
-Slice=user-%i.slice
index d6db37e..8e67aa9 100644 (file)
@@ -1,6 +1,4 @@
-SRC_URI += "file://systemd-user \
-            file://user@.service \
-           "
+SRC_URI += "file://systemd-user"
 
 systemd_files += "${sysconfdir}/*"
 
@@ -44,7 +42,6 @@ do_install_append() {
  rm ${D}${sysconfdir}/timezone
 
  install -m 0644 ${WORKDIR}/systemd-user ${D}${sysconfdir}/pam.d
- install -m 0644 ${WORKDIR}/user@.service ${D}/usr/lib/systemd/system/
 }
 
 EXTRA_OECONF += "--disable-manpages"