Apply on-demand service by systemd
authorSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 26 Dec 2019 10:04:28 +0000 (19:04 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Mon, 30 Dec 2019 01:44:22 +0000 (10:44 +0900)
commit6a05569d44bac8b31768515545ee0e0298a84b45
tree4db8c650f80d0424760cee537c879b0d88f96a6f
parentdb1fae68f2911e85bb3a0e4b7e3d34af1ba2dc3d
Apply on-demand service by systemd

This patch is only for Tizen. The docker does not include all systemd
features by design. The Docker is designed for process isolation,
not for OS virtualization, so there are no other OS processes and daemons
running inside the container like systemd.

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
CMakeLists.txt
packaging/vist.spec
src/vist/policy/policy-storage.cpp
src/vist/service/vistd.cpp
systemd/CMakeLists.txt [new file with mode: 0644]
systemd/vist.service [new file with mode: 0644]
systemd/vist.socket [new file with mode: 0644]