On Thu, Jan 2, 2014 at 4:02 PM, Tony Seo <tonys...@gmail.com> wrote:
> Hello.
> I wonder that systemd has a method to stop all services in specific cgroup.
> Actually, I have looked for a method to stop all services as the same time.
> I have searched many manual in systemd site.
> I couldn't find any method to stop all services which I want to stop.

If you're trying to stop all instances of a service, systemd-git
recently had wildcard support added, so `systemctl stop
sshd@*.service` will now work.

Otherwise, use a .target and BindsTo.


-- 
Mantas Mikulėnas <graw...@gmail.com>
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to