summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2019-06-24 11:06:09 +0900
committerINSUN PYO <insun.pyo@samsung.com>2019-06-24 11:15:18 +0900
commit78d41c6c066d1dca01e90dcf11b22ba7b8da92a7 (patch)
tree2db8dc811762b9f55a987d1f0c6e20cc85b8a75f /packaging
parent420e302d9437cc00ceed68318fcb1315e2ae5520 (diff)
downloadlaunchpad-78d41c6c066d1dca01e90dcf11b22ba7b8da92a7.tar.gz
launchpad-78d41c6c066d1dca01e90dcf11b22ba7b8da92a7.tar.bz2
launchpad-78d41c6c066d1dca01e90dcf11b22ba7b8da92a7.zip
Change the config value of the systemd service ("false" -> "no")
"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
Diffstat (limited to 'packaging')
-rw-r--r--packaging/launchpad-process-pool.service2
-rw-r--r--packaging/launchpad-process-pool@.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/launchpad-process-pool.service b/packaging/launchpad-process-pool.service
index 5829ede..ba2a747 100644
--- a/packaging/launchpad-process-pool.service
+++ b/packaging/launchpad-process-pool.service
@@ -4,7 +4,7 @@
[Unit]
Description=Start the USER Access Control Agent
-DefaultDependencies=false
+DefaultDependencies=no
Requires=enlightenment-user.service
After=enlightenment-user.service
diff --git a/packaging/launchpad-process-pool@.service b/packaging/launchpad-process-pool@.service
index ecc41d3..92b1b4b 100644
--- a/packaging/launchpad-process-pool@.service
+++ b/packaging/launchpad-process-pool@.service
@@ -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