Change the config value of the systemd service ("false" -> "no") 69/208369/2
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 24 Jun 2019 02:06:09 +0000 (11:06 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Mon, 24 Jun 2019 02:15:18 +0000 (11:15 +0900)
"no" and "false" have the same meaning, but the document has "no".
Also, since the parsing order is "no" first, there is some performance gain.

Change-Id: Icd678619d7c3d475fd081b463046bfd2277256fd

packaging/launchpad-process-pool.service
packaging/launchpad-process-pool@.service

index 5829edebf74f21f952af40a46b82769a3889c5cb..ba2a747c48539727de8978be82776d4716eaa961 100644 (file)
@@ -4,7 +4,7 @@
 
 [Unit]
 Description=Start the USER Access Control Agent
-DefaultDependencies=false
+DefaultDependencies=no
 Requires=enlightenment-user.service
 After=enlightenment-user.service
 
index ecc41d37a73fff58982004adbefa7fad0d7cb6b9..92b1b4b9d042c8a6180dbce60ad244021d8284d2 100644 (file)
@@ -5,7 +5,7 @@
 [Unit]
 PartOf=userlogin@%i.target
 Description=Start the USER Access Control Agent
-DefaultDependencies=false
+DefaultDependencies=no
 Requires=enlightenment-user@%i.service
 After=enlightenment-user@%i.service