[systemd-devel] systemd 231 and /dev/console in a docker container

2016-09-18 Thread baldur
Hello, i hope this is the right list to ask this, if not it would be kind if you would point me to the right forum. Currently i have systemd running in a docker container, which works well in version 229 (fedora 24 image). I have configured journald there to log to console, so that i can see the

Re: [systemd-devel] systemd 231 and /dev/console in a docker container Update

2016-09-19 Thread baldur
I also found that when i start docker run --rm -it --security-opt=seccomp:unconfined --cap-add SYS_ADMIN --cap-add MKNOD -v /sys/fs/cgroup:/sys/fs/cgroup:ro fedora-25-image bash and then run the systemd (so that it is not pid 1) /lib/systemd/systemd --system --show-status=true --log-level=

[systemd-devel] Service should run with a certain User?

2011-04-23 Thread Baldur
Hi all, after doing the simple examples of .service scripts, i was able to run some of my home-brewn services with fedora 15 beta. However now i tried something advanced (?) and i have to admit defeat. I have simply no idea how to proceed. I used to run with upstart a script with an "ugly

Re: [systemd-devel] Service should run with a certain User?

2011-04-23 Thread Baldur
isecontrol ExecStart=/usr/bin/java $CRUISCTLOPTIONS #ExecStart=/tmp/test.sh $CRUISCTLOPTIONS [Install] WantedBy=multi-user.target Am 23.04.2011 10:03, schrieb Baldur: Hi all, after doing the simple examples of .service scripts, i was able to run some of my home-brewn services with fedo

[systemd-devel] How to handle daemon which takes some minutes to terminate?

2011-04-25 Thread Baldur
Hi all, i have a daemon (ice generator) which behaves a little bit different than normal daemons. The icegeneratord daemon, provides me with an mp3 stream. Whenever i send a kill signal (TERM/HUP) this deamon will terminate eventually, however it will terminate after it has played the last song f