Re: [systemd-devel] Is there a way to change the program name in a service file?

2012-12-31 Thread Thomas Meyer
Am Samstag, den 29.12.2012, 13:24 -0500 schrieb Dave Reisner: On Sat, Dec 29, 2012 at 06:24:43PM +0100, Thomas Meyer wrote: Hi, I want to basically do a exec -a coolName /usr/bin/java 1 2 3 in a systemd service file. Is this supported? with kind regards thomas To quote

Re: [systemd-devel] Is there a way to change the program name in a service file?

2012-12-31 Thread Lennart Poettering
On Mon, 31.12.12 13:16, Thomas Meyer (tho...@m3y3r.de) wrote: Heya thanks and sorry, I missed that one... It works as described, but I still see this in the journal output: Dec 31 10:39:17 localhost.localdomain java[31708]: INFO: Server started. Is there a way to change the name shown in

Re: [systemd-devel] Is there a way to change the program name in a service file?

2012-12-31 Thread Thomas Meyer
Am Montag, den 31.12.2012, 14:33 +0100 schrieb Lennart Poettering: On Mon, 31.12.12 13:16, Thomas Meyer (tho...@m3y3r.de) wrote: Heya thanks and sorry, I missed that one... It works as described, but I still see this in the journal output: Dec 31 10:39:17 localhost.localdomain

Re: [systemd-devel] process change default scheduler - please help - desperate

2012-12-31 Thread Lennart Poettering
On Sun, 30.12.12 18:50, JB (gene...@itpsg.com) wrote: Bottom line is I need to give a process started by systemd and any process started by that process some privileges to chanage scheduler and other things when it starts. How do I tell systemd to grant these privileges to one of it's

Re: [systemd-devel] process change default scheduler - please help - desperate [SOLVED]

2012-12-31 Thread JB
Thank you! Lennart Poettering wrote: On Sun, 30.12.12 18:50, JB (gene...@itpsg.com) wrote: Bottom line is I need to give a process started by systemd and any process started by that process some privileges to chanage scheduler and

[systemd-devel] [PATCH] localectl: support systems without locale-archive

2012-12-31 Thread Giovanni Campagna
From: Giovanni Campagna gcampa...@src.gnome.org Not all systems ships with locales inside /usr/lib/locale-archive, some prefer to have locale data as individual subdirectories of /usr/lib/locale. (A notable example of this is OpenEmbeddded, and OSes deriving from it like gnome-ostree). Given that