Re: [systemd-devel] Disable timers

2014-04-30 Thread Lennart Poettering
On Wed, 30.04.14 01:26, Marcin Kocur (marcin2...@gmail.com) wrote: > Hello again, > > I have another question. How I can disable a timer installed by > system vendor? I tried creating an empty service.d/service.conf file > and systemctl disable service.timer and systemctl disable > service.servic

Re: [systemd-devel] Disable timers

2014-04-30 Thread Marcin Kocur
W dniu 30.04.2014 01:39, David Timothy Strauss pisze: systemctl disable or systemctl mask. You also have to stop it first, as that only changes the default. systemctl mask, disable doesn't seems to work. Thanks! -- Pozdrawiam / Greetings Marcin Kocur █ Dane kontaktowe / Contact details: http:/

Re: [systemd-devel] Disable timers

2014-04-29 Thread David Timothy Strauss
systemctl disable or systemctl mask. You also have to stop it first, as that only changes the default. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] Disable timers

2014-04-29 Thread Marcin Kocur
Hello again, I have another question. How I can disable a timer installed by system vendor? I tried creating an empty service.d/service.conf file and systemctl disable service.timer and systemctl disable service.service. I think you should really improve man pages. Disabling a service is rea