Remove default value at systemd services 91/218291/1
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 21 Nov 2019 05:48:25 +0000 (14:48 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 21 Nov 2019 05:48:25 +0000 (14:48 +0900)
https://www.freedesktop.org/software/systemd/man/systemd.service.html
 - Behavior of notify is similar to exec; ... If NotifyAccess= is missing or set to none, it will be forcibly set to main.

Change-Id: Idc1402ee1322d87f2102c410c5b3f9839853d853

systemd/storaged.service

index 4597029..10e95bf 100644 (file)
@@ -11,7 +11,6 @@ ExecStart=/usr/bin/storaged
 Restart=always
 RestartSec=0
 KillSignal=SIGUSR1
-NotifyAccess=main
 
 [Install]
 WantedBy=delayed.target