From a950a13857fd46be2ea5f7e6f79025820fba209a Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Thu, 18 Jun 2020 15:24:09 +0900 Subject: [PATCH] Apply SmackProcessLabel=System to systemd-OOO.service - systemd-exit.service - systemd-poweroff.service - systemd-reboot.service Change-Id: Ic5cde17a34fd75ca0157a56dc66534f23db62a15 --- units/systemd-exit.service | 3 +++ units/systemd-poweroff.service | 3 +++ units/systemd-reboot.service | 3 +++ 3 files changed, 9 insertions(+) diff --git a/units/systemd-exit.service b/units/systemd-exit.service index 773c400..4e928c4 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 8d1d543..997669c 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 505f60a..37a4de2 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 -- 2.7.4