[bts-link] source package systemd

2017-10-19 Thread bts-link-upstream
# # bts-link upstream status pull for source package systemd # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #878625 (http://bugs.debian.org/878625) # Bug title: systemd: NIS users login takes lo

Bug#879087: 'systemctl disable' on an enabled service which is an instance of a template unit fails !

2017-10-19 Thread Michael Biebl
Am 19.10.2017 um 09:22 schrieb denis.barba...@orange.com: > [Install] > WantedBy=multi-user.target > Alias=%p@%i.service Btw, if you drop this line Alias=%p@%i.service then systemctl disable will work just fine. I don't think you need the Alias anyway. "systemctl start/stop/restart/status foo@1.s

Bug#879087: marked as done ('systemctl disable' on an enabled service which is an instance of a template unit fails !)

2017-10-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Oct 2017 17:12:09 +0200 with message-id <22665eb8-6b26-8169-1d56-241c1caed...@debian.org> and subject line Re: Bug#879087: 'systemctl disable' on an enabled service which is an instance of a template unit fails ! has caused the Debian Bug report #879087, regarding 'syste

Bug#879087: 'systemctl disable' on an enabled service which is an instance of a template unit fails !

2017-10-19 Thread denis.barbaron
Dear maintainers, I don't know why but my original message sent by mail does not contain the addition of text "" at the end of each reference of a unit service, so consider to remove them while reading the message. Regards. ___

Bug#879087: 'systemctl disable' on an enabled service which is an instance of a template unit fails !

2017-10-19 Thread denis.barbaron
Package: systemd Version: 232-25+deb9u1 Imagine I have this template unit file /lib/systemd/system/foo@.service [Unit] Description=hello service (%i) [Service] TimeoutStartSec=0 Type=oneshot ExecStart=/bin/echo "hello world %i" [Install] WantedBy=multi-u