summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2020-06-18 15:24:09 +0900
committerINSUN PYO <insun.pyo@samsung.com>2020-06-18 19:35:42 +0900
commita950a13857fd46be2ea5f7e6f79025820fba209a (patch)
treebe2607be20dc1b9e93a97080eb9a77a7785b4961 /units
parent56ce660c7781b548c01fa3a63e5508d9695c72ec (diff)
downloadsystemd-a950a13857fd46be2ea5f7e6f79025820fba209a.tar.gz
systemd-a950a13857fd46be2ea5f7e6f79025820fba209a.tar.bz2
systemd-a950a13857fd46be2ea5f7e6f79025820fba209a.zip
Apply SmackProcessLabel=System to systemd-OOO.service
- systemd-exit.service - systemd-poweroff.service - systemd-reboot.service Change-Id: Ic5cde17a34fd75ca0157a56dc66534f23db62a15
Diffstat (limited to 'units')
-rw-r--r--units/systemd-exit.service3
-rw-r--r--units/systemd-poweroff.service3
-rw-r--r--units/systemd-reboot.service3
3 files changed, 9 insertions, 0 deletions
diff --git a/units/systemd-exit.service b/units/systemd-exit.service
index 773c400b47..4e928c4cf8 100644
--- a/units/systemd-exit.service
+++ b/units/systemd-exit.service
@@ -14,3 +14,6 @@ DefaultDependencies=no
Requires=shutdown.target umount.target final.target
After=shutdown.target umount.target final.target
SuccessAction=exit-force
+
+[Service]
+SmackProcessLabel=System \ No newline at end of file
diff --git a/units/systemd-poweroff.service b/units/systemd-poweroff.service
index 8d1d54389b..997669c1e2 100644
--- a/units/systemd-poweroff.service
+++ b/units/systemd-poweroff.service
@@ -14,3 +14,6 @@ DefaultDependencies=no
Requires=shutdown.target umount.target final.target
After=shutdown.target umount.target final.target
SuccessAction=poweroff-force
+
+[Service]
+SmackProcessLabel=System
diff --git a/units/systemd-reboot.service b/units/systemd-reboot.service
index 505f60aabf..37a4de2736 100644
--- a/units/systemd-reboot.service
+++ b/units/systemd-reboot.service
@@ -14,3 +14,6 @@ DefaultDependencies=no
Requires=shutdown.target umount.target final.target
After=shutdown.target umount.target final.target
SuccessAction=reboot-force
+
+[Service]
+SmackProcessLabel=System