Re: [systemd-devel] Storing Data on systemd bus

2017-02-06 Thread Lennart Poettering
On Mon, 06.02.17 12:54, guhan balasubramanian ([email protected]) wrote: > Hi, > > I've followed the tutorial on the 0pointer blog [1] for creating a 'system' > service. > I am currently held up with two questions which would help me come up with > a better design for my "inventory" program. >

[systemd-devel] Storing Data on systemd bus

2017-02-06 Thread guhan balasubramanian
Hi, I've followed the tutorial on the 0pointer blog [1] for creating a 'system' service. I am currently held up with two questions which would help me come up with a better design for my "inventory" program. 1. Is it possible to use sd-bus API as an inventory to store and retrieve data? Whe