diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2020-06-19 17:38:02 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2020-06-19 18:24:45 +0900 |
commit | 098c7d7fe7a866eb798c75984b0274cfec640b63 (patch) | |
tree | 5146db51db5670b043a72c56235382296ab69c5e | |
parent | 20d1fb8f55b1e440f8545f8219bc634b231076c6 (diff) | |
download | systemd-098c7d7fe7a866eb798c75984b0274cfec640b63.tar.gz systemd-098c7d7fe7a866eb798c75984b0274cfec640b63.tar.bz2 systemd-098c7d7fe7a866eb798c75984b0274cfec640b63.zip |
Apply SmackProcessLabel=System to system-update-cleanup.service
Change-Id: Ie8fd3b105508ff233d28c9f7e8f97beb12d1b1d7
-rw-r--r-- | units/system-update-cleanup.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/system-update-cleanup.service b/units/system-update-cleanup.service index 41abcd631c..068cc68b5a 100644 --- a/units/system-update-cleanup.service +++ b/units/system-update-cleanup.service @@ -33,3 +33,4 @@ ConditionPathIsSymbolicLink=|/system-update [Service] Type=oneshot ExecStart=/bin/rm -fv /system-update +SmackProcessLabel=System |