hm - i can not explain this
but however, you should not overwrite units in /lib/systemd/
* systemctl disable whaterver.service
* create "/etc/systemd/system/whatever.service"
* systemctl enable whaterver.service
if you want to remove your oveeride the same
* disable
* remove unit-file
* enable
Thanks, Harald, for the immediate reply.
what I did sofar:
moved /usr/lib/systemd/system/mysqld.service to
/usr/lib/systemd/system/mysqld.service.orig
copied your version of the service file into
/usr/lib/systemd/system/mysqld.service
systemctl --system daemon-reload
systemctl start mysqld.se
Am 25.06.2012 16:18, schrieb fedora:
> Hi listers
> Sofar (i.e. up to fedora 15) no problem to start mysqld at system startup.
>
> Since i did a fresh install of fedora 17, no more startup of mysqld at
> sysemboot.
>
> I call
> systemctl start mysqld.service
>
> and it hangs forever
maybe so