Re: [systemd-devel] Query regards to undefine property

2016-01-27 Thread Mohit Agrawal
Hi, I am using systemd-219-19.el7 version. rpm -qa | grep systemd systemd-libs-219-19.el7.x86_64 systemd-219-19.el7.x86_64 systemd-sysv-219-19.el7.x86_64 Regards Mohit Agrawal - Original Message - From: "Lennart Poettering" To: "Mohit Agrawal" Cc: systemd-devel@l

Re: [systemd-devel] Query regards to undefine property

2016-01-26 Thread Mohit Agrawal
,cpuacct/system.slice/sshd.service/cpu.shares 500 How we can set the default value in this file without restart systemd daemon or it will be done after implement the "systemctl revert " feature in systemd. Thanks & Regards Mohit Agrawal - Original Message - From: "

[systemd-devel] Query regards to undefine property

2016-01-25 Thread Mohit Agrawal
option to undefined it.I think systemctl should provide some option to unset cgroup property [unset-cgroup property] for specific service. Please share your input on this. Regards Mohit Agrawal ___ systemd-devel mailing list systemd-devel

Re: [systemd-devel] How to Restrict device in systemd?

2014-06-04 Thread Mohit Agrawal
Hi, Thanks to share the example of unit file,now query is resolved. Regards Mohit Agrawal - Original Message - From: "Kirill Elagin" To: "Mohit Agrawal" Cc: "systemd Mailing List" Sent: Wednesday, June 4, 2014 1:03:47 PM Subject: Re: [systemd-devel] How

Re: [systemd-devel] How to Restrict device in systemd?

2014-06-04 Thread Mohit Agrawal
specified. [Unit] Description=mydevblock [Service] DeviceAllow=/dev/zero DevicePolicy=strict ExecStart=/usr/bin/dd if=/dev/zero of=/root/file_1 bs=1M count=400 Restart=always [Install] WantedBy=multi-user.target I believe it should restrict to create the file . Regards Mohit Agraw

[systemd-devel] How to Restrict device in systemd?

2014-06-03 Thread Mohit Agrawal
ted successfully? Do anyone have idea how can i put the restriction on device? Appreciate your inputs on this. Regards Mohit Agrawal ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel