summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorYunmi Ha <yunmi.ha@samsung.com>2019-08-20 08:12:37 +0000
committerHwanKyu Jhun <h.jhun@samsung.com>2019-08-22 08:04:16 +0000
commitdb2580ea7b17d38b7032d35083d5caebfed07502 (patch)
tree1f18fcfe4b9f3c930e6a29e3ee41ff0a26654e31 /packaging
parentc29ee0b719c521961214606cdd450133cce2a128 (diff)
downloadlaunchpad-db2580ea7b17d38b7032d35083d5caebfed07502.tar.gz
launchpad-db2580ea7b17d38b7032d35083d5caebfed07502.tar.bz2
launchpad-db2580ea7b17d38b7032d35083d5caebfed07502.zip
Revert "tizen: Add additional unit for "unified" user session"
This reverts commit 371f1ade513b56bb89b8ecedbef16d6c3d7392c3. We've optimized systemd-user without unified system/session. So, we revert the patch for unified system/session. Change-Id: I9102ccb19b82e3321c4e67d5f30c09643a85e585
Diffstat (limited to 'packaging')
-rw-r--r--packaging/launchpad-process-pool@.service28
-rw-r--r--packaging/launchpad-process-pool@.socket12
-rw-r--r--packaging/launchpad.spec13
3 files changed, 0 insertions, 53 deletions
diff --git a/packaging/launchpad-process-pool@.service b/packaging/launchpad-process-pool@.service
deleted file mode 100644
index 92b1b4b..0000000
--- a/packaging/launchpad-process-pool@.service
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# Systemd script to Launch AMD Session agent
-#
-
-[Unit]
-PartOf=userlogin@%i.target
-Description=Start the USER Access Control Agent
-DefaultDependencies=no
-Requires=enlightenment-user@%i.service
-After=enlightenment-user@%i.service
-
-[Service]
-User=%i
-Environment=DBUS_SESSION_BUS_ADDRESS=kernel:path=/sys/fs/kdbus/%i-user/bus;unix:path=/run/user/%i/bus
-Environment=XDG_RUNTIME_DIR=/run/user/%i
-SmackProcessLabel=User
-Capabilities=cap_sys_admin,cap_mac_admin,cap_setgid,cap_dac_override=i
-SecureBits=keep-caps
-ExecStartPre=-/usr/bin/mkdir -p /run/aul/daemons/%i
-ExecStartPre=-/usr/bin/chmod 0777 /run/aul/daemons/%i
-ExecStartPre=-/usr/bin/mkdir -p /run/aul/apps/%i
-ExecStartPre=-/usr/bin/chmod 0700 /run/aul/apps/%i
-ExecStartPre=-/usr/bin/mkdir -p /run/aul/dbspace/%i
-ExecStartPre=-/usr/bin/chmod 0701 /run/aul/dbspace/%i
-ExecStartPre=-/usr/bin/mkdir -p /run/aul/log/widget/%i
-ExecStartPre=-/usr/bin/chmod 0777 /run/aul/log/widget/%i
-ExecStart=/bin/sh -l -c "/usr/bin/launchpad-process-pool"
-Sockets=launchpad-process-pool@%i.socket
diff --git a/packaging/launchpad-process-pool@.socket b/packaging/launchpad-process-pool@.socket
deleted file mode 100644
index c408ac3..0000000
--- a/packaging/launchpad-process-pool@.socket
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-PartOf=userlogin@%i.target
-DefaultDependencies=no
-After=systemd-logind.service
-[Socket]
-SocketUser=%i
-ListenStream=/run/aul/daemons/%i/.launchpad-process-pool-sock
-DirectoryMode=0777
-Service=launchpad-process-pool@%i.service
-
-[Install]
-WantedBy=user-sockets@.target
diff --git a/packaging/launchpad.spec b/packaging/launchpad.spec
index 895e9ec..e50fc06 100644
--- a/packaging/launchpad.spec
+++ b/packaging/launchpad.spec
@@ -7,8 +7,6 @@ License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
Source101: launchpad-process-pool.service
Source102: launchpad-process-pool.socket
-Source201: launchpad-process-pool@.service
-Source202: launchpad-process-pool@.socket
BuildRequires: cmake
@@ -118,13 +116,6 @@ install -m 0644 %SOURCE102 %{buildroot}%{_unitdir_user}/launchpad-process-pool.s
ln -sf ../launchpad-process-pool.socket %{buildroot}%{_unitdir_user}/sockets.target.wants/launchpad-process-pool.socket
ln -sf ../launchpad-process-pool.service %{buildroot}%{_unitdir_user}/basic.target.wants/launchpad-process-pool.service
-mkdir -p %{buildroot}%{_unitdir}/user-basic@.target.wants
-mkdir -p %{buildroot}%{_unitdir}/user-sockets@.target.wants
-install -m 0644 %SOURCE201 %{buildroot}%{_unitdir}/launchpad-process-pool@.service
-install -m 0644 %SOURCE202 %{buildroot}%{_unitdir}/launchpad-process-pool@.socket
-ln -sf ../launchpad-process-pool@.socket %{buildroot}%{_unitdir}/user-sockets@.target.wants/launchpad-process-pool@.socket
-ln -sf ../launchpad-process-pool@.service %{buildroot}%{_unitdir}/user-basic@.target.wants/launchpad-process-pool@.service
-
%post
%files
@@ -135,10 +126,6 @@ ln -sf ../launchpad-process-pool@.service %{buildroot}%{_unitdir}/user-basic@.ta
%{_unitdir_user}/launchpad-process-pool.socket
%{_unitdir_user}/sockets.target.wants/launchpad-process-pool.socket
%{_unitdir_user}/basic.target.wants/launchpad-process-pool.service
-%{_unitdir}/launchpad-process-pool@.service
-%{_unitdir}/launchpad-process-pool@.socket
-%{_unitdir}/user-sockets@.target.wants/launchpad-process-pool@.socket
-%{_unitdir}/user-basic@.target.wants/launchpad-process-pool@.service
%{_bindir}/launchpad-process-pool
%{_prefix}/share/aul/launchpad.conf