Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-16 Thread Cecil Westerhof
On 12/14/2013 09:22 AM, Cecil Westerhof wrote: I made a first setup to make a service for the H2 database. I made the folowing service file: [Unit] Description=H2 Database [Service] Type=simple ExecStart=/usr/bin/java -cp /home/cecil/java/h2/bin/h2-1.3.174.jar org.h2.too

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-15 Thread Lennart Poettering
On Mon, 16.12.13 00:41, Lennart Poettering (lenn...@poettering.net) wrote: > On Sat, 14.12.13 09:22, Cecil Westerhof (cecil.wester...@snow.nl) wrote: > > > I made a first setup to make a service for the H2 database. I made > > the folowing service file: > > [Unit] > > Description=H2 Datab

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-15 Thread Lennart Poettering
On Sat, 14.12.13 09:22, Cecil Westerhof (cecil.wester...@snow.nl) wrote: > I made a first setup to make a service for the H2 database. I made > the folowing service file: > [Unit] > Description=H2 Database > > [Service] > Type=simple > ExecStart=/usr/bin/java -cp > /home/cecil

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-15 Thread Cecil Westerhof
On 12/15/2013 04:57 AM, Zbigniew Jędrzejewski-Szmek wrote: On Sun, Dec 15, 2013 at 01:08:29AM +0100, Cecil Westerhof wrote: And for good measure, the output from SYSTEMD_LOG_LEVEL=debug journalctl -u h2 2>&1 >/dev/null|grep 'Journal filter' That gives nothing. Even when I remove >/dev/null So

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-14 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Dec 15, 2013 at 01:08:29AM +0100, Cecil Westerhof wrote: > >And for good measure, the output from > >SYSTEMD_LOG_LEVEL=debug journalctl -u h2 2>&1 >/dev/null|grep 'Journal > >filter' > > That gives nothing. Even when I remove >/dev/null So you have some old systemd version (<= 204). What

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-14 Thread Cecil Westerhof
On 12/14/2013 05:25 PM, Zbigniew Jędrzejewski-Szmek wrote: On Sat, Dec 14, 2013 at 09:22:46AM +0100, Cecil Westerhof wrote: I made a first setup to make a service for the H2 database. I made the folowing service file: [Unit] Description=H2 Database [Service] Type=simple

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-14 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Dec 14, 2013 at 09:22:46AM +0100, Cecil Westerhof wrote: > I made a first setup to make a service for the H2 database. I made > the folowing service file: > [Unit] > Description=H2 Database > > [Service] > Type=simple > ExecStart=/usr/bin/java -cp > /home/cecil/java/h2/

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-14 Thread Cecil Westerhof
On 12/14/2013 10:29 AM, Andrey Borzenkov wrote: I made a first setup to make a service for the H2 database. I made the folowing service file: [Unit] Description=H2 Database [Service] Type=simple ExecStart=/usr/bin/java -cp /home/cecil/java/h2/bin/h2-1.3.174.jar

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-14 Thread Andrey Borzenkov
В Sat, 14 Dec 2013 10:19:45 +0100 Cecil Westerhof пишет: > On 12/14/2013 09:56 AM, Andrey Borzenkov wrote: > > >> I made a first setup to make a service for the H2 database. I made the > >> folowing service file: > >> [Unit] > >> Description=H2 Database > >> > >> [Service] > >>

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-14 Thread Cecil Westerhof
On 12/14/2013 09:56 AM, Andrey Borzenkov wrote: I made a first setup to make a service for the H2 database. I made the folowing service file: [Unit] Description=H2 Database [Service] Type=simple ExecStart=/usr/bin/java -cp /home/cecil/java/h2/bin/h2-1.3.174.jar org

Re: [systemd-devel] Why doe I not see the logging with -u

2013-12-14 Thread Andrey Borzenkov
В Sat, 14 Dec 2013 09:22:46 +0100 Cecil Westerhof пишет: > I made a first setup to make a service for the H2 database. I made the > folowing service file: > [Unit] > Description=H2 Database > > [Service] > Type=simple > ExecStart=/usr/bin/java -cp /home/cecil/java/h2/bi

[systemd-devel] Why doe I not see the logging with -u

2013-12-14 Thread Cecil Westerhof
I made a first setup to make a service for the H2 database. I made the folowing service file: [Unit] Description=H2 Database [Service] Type=simple ExecStart=/usr/bin/java -cp /home/cecil/java/h2/bin/h2-1.3.174.jar org.h2.tools.Console -tool -tcp Restart=always User=