On Mon, 08.12.14 15:32, WaLyong Cho (walyong....@samsung.com) wrote:

> Hi,
> 
> First, I'd like to ask unit property should be applied immediately when
> systemctl set-property is called?
> If yes, after systemctl set-property, why we can see the message for
> daemon-reload. I think that should be re-loaded automatically.
> If no, some of unit properties are set immediatly.
> 
> See below:
> # systemctl set-property dbus.service CPUShares=1200
> # systemctl status dbus.service
> * dbus.service - D-Bus System Message Bus
>    Loaded: loaded (/usr/lib/systemd/system/dbus.service; enabled; vendor
> preset: disabled)
>    Active: active (running) since Mon 2014-12-08 14:59:12 KST; 1min 30s ago
>      Docs: man:dbus-daemon(1)
>  Main PID: 31 (dbus-daemon)
>    CGroup: /machine.slice/machine-container.scope/system.slice/dbus.service
>            `-31 /usr/bin/dbus-daemon --system --address=systemd:
> --nofork --nopidfile --systemd-activation
> 
> Dec 08 14:59:12 container systemd[1]: Starting D-Bus System Message Bus...
> Dec 08 14:59:12 container systemd[1]: Started D-Bus System Message Bus.
> Dec 08 14:59:12 container dbus[31]: [system] Successfully activated
> service 'org.freedesktop.systemd1'
> 
> Warning: Unit file changed on disk, 'systemctl daemon-reload' recommended.
> 
> systemctl status saied "systemctl daemon-reload" is needed. It sound
> something is changed and to apply that daemon-reload is needed.
> But I can notice that property already applied.

Hmm, yeah, that message shouldn't be shown. Are you sure it was
triggered by the set-property call though? Maybe it was there already before?

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to