Re: [systemd-devel] StandardOutput to file

2012-03-15 Thread Lennart Poettering
On Thu, 15.03.12 11:42, Martín Marqués ([email protected]) wrote: > > El día 15 de marzo de 2012 10:17, Lennart Poettering > escribió: > > On Thu, 15.03.12 09:45, Martín Marqués ([email protected]) wrote: > > > >> Maybe my problem is that I'm new to systemd, but I can't make system

Re: [systemd-devel] StandardOutput to file

2012-03-15 Thread Martín Marqués
El día 15 de marzo de 2012 10:17, Lennart Poettering escribió: > On Thu, 15.03.12 09:45, Martín Marqués ([email protected]) wrote: > >> Maybe my problem is that I'm new to systemd, but I can't make systemd >> do what I did with system V, particularly with PostgreSQL server. >> >> I the old

Re: [systemd-devel] StandardOutput to file

2012-03-15 Thread Marti Raudsepp
2012/3/15 Martín Marqués : > I the old system, I had the script make a redirection of the pg_ctl > (postgresql script for starting, stopping, etc the server) output to a > file, which would be the log file (default behaviour in Debian). If you're talking about catching errors from pg_ctl itself th

Re: [systemd-devel] StandardOutput to file

2012-03-15 Thread Lennart Poettering
On Thu, 15.03.12 09:45, Martín Marqués ([email protected]) wrote: > Maybe my problem is that I'm new to systemd, but I can't make systemd > do what I did with system V, particularly with PostgreSQL server. > > I the old system, I had the script make a redirection of the pg_ctl > (postgresq

Re: [systemd-devel] StandardOutput to file

2012-03-15 Thread Kay Sievers
2012/3/15 Martín Marqués : > Maybe my problem is that I'm new to systemd, but I can't make systemd > do what I did with system V, particularly with PostgreSQL server. > > I the old system, I had the script make a redirection of the pg_ctl > (postgresql script for starting, stopping, etc the server)

[systemd-devel] StandardOutput to file

2012-03-15 Thread Martín Marqués
Maybe my problem is that I'm new to systemd, but I can't make systemd do what I did with system V, particularly with PostgreSQL server. I the old system, I had the script make a redirection of the pg_ctl (postgresql script for starting, stopping, etc the server) output to a file, which would be th