Re: [systemd-devel] Slice question

2019-05-15 Thread Andrei Borzenkov
On Wed, May 15, 2019 at 12:04 PM Ulrich Windl wrote: > > Hi! > > When I tried to put the instances of my service into a specific slice (by > only specifying the name), I just got an error message. > > I had: > [Service] > Slice=something > > in the service unit file. Works here _

[systemd-devel] Slice question

2019-05-15 Thread Ulrich Windl
Hi! When I tried to put the instances of my service into a specific slice (by only specifying the name), I just got an error message. I had: [Service] Slice=something in the service unit file. Amazingly systemd does put my instances in a slice when I removed that Slice line. The slice is named

Re: [systemd-devel] Slice question

2019-05-15 Thread Lennart Poettering
On Mi, 15.05.19 11:04, Ulrich Windl ([email protected]) wrote: > Hi! > > When I tried to put the instances of my service into a specific slice (by > only specifying the name), I just got an error message. > > I had: > [Service] > Slice=something > > in the service unit file. Amazi