On 15 Apr 2015 13:22, "Dennis Jacobfeuerborn" <dennisml at conversis.de> wrote:> > On 15.04.2015 12:41, Alessandro Baggi wrote: > > Hi there, > > Yesterday I've updated from 7 to 7.1 and today I've noticed on 2 server > > that postgresql systemd file was replaced with default values. This make > > postgres to no start and webserver give me problem. This problem was > > fixed and now all works good. It's normal that on major update I can get > > this problem? If so, I've ridden release change but I have not ridden > > about postgresql problem. > > > > Someone had the same issue? > > What is the full path of the file that changed?I'm going for a shot in the dark here that he edited files in /usr/lib/systemd/system which he should not do and did not follow the instructions on how to override a unit in systemd via files in /etc/systemd/system If my assumption is correct then OP you were editing the equivalent of /etc/init.d files which have never been marked %config so will always be replaced by rpm
Hi list, the update has modified /etc/systemd/system/multi-user.target.wants/postgresql.service pointing to /usr/lib/systemd/system/postgresql.service. I have edited postgres file to change PGDATA. How James says, I have edited postgresql.service manually. What is the correct way? Thanks in advance. On 04/15/2015 07:14 PM, James Hogarth wrote:> On 15 Apr 2015 13:22, "Dennis Jacobfeuerborn" <dennisml at conversis.de> wrote: >> >> On 15.04.2015 12:41, Alessandro Baggi wrote: >>> Hi there, >>> Yesterday I've updated from 7 to 7.1 and today I've noticed on 2 server >>> that postgresql systemd file was replaced with default values. This make >>> postgres to no start and webserver give me problem. This problem was >>> fixed and now all works good. It's normal that on major update I can get >>> this problem? If so, I've ridden release change but I have not ridden >>> about postgresql problem. >>> >>> Someone had the same issue? >> >> What is the full path of the file that changed? > > I'm going for a shot in the dark here that he edited files in > /usr/lib/systemd/system which he should not do and did not follow the > instructions on how to override a unit in systemd via files in > /etc/systemd/system > > If my assumption is correct then OP you were editing the equivalent of > /etc/init.d files which have never been marked %config so will always be > replaced by rpm > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >
From freedesktop.org: Q: I want to change a service file, but rpm keeps overwriting it in /usr/lib/systemd/system all the time, how should I handle this? A: The recommended way is to copy the service file from /usr/lib/systemd/system to /etc/systemd/system and edit it there. The latter directory takes precedence over the former, and rpm will never overwrite it. If you want to use the distributed service file again you can simply delete (or rename) the service file in /etc/systemd/system again. This is the way? On 04/16/2015 12:46 PM, Alessandro Baggi wrote:> Hi list, > the update has modified > /etc/systemd/system/multi-user.target.wants/postgresql.service pointing > to /usr/lib/systemd/system/postgresql.service. > > I have edited postgres file to change PGDATA. > > How James says, I have edited postgresql.service manually. > What is the correct way? > > Thanks in advance. > > > On 04/15/2015 07:14 PM, James Hogarth wrote: >> On 15 Apr 2015 13:22, "Dennis Jacobfeuerborn" <dennisml at conversis.de> >> wrote: >>> >>> On 15.04.2015 12:41, Alessandro Baggi wrote: >>>> Hi there, >>>> Yesterday I've updated from 7 to 7.1 and today I've noticed on 2 server >>>> that postgresql systemd file was replaced with default values. This >>>> make >>>> postgres to no start and webserver give me problem. This problem was >>>> fixed and now all works good. It's normal that on major update I can >>>> get >>>> this problem? If so, I've ridden release change but I have not ridden >>>> about postgresql problem. >>>> >>>> Someone had the same issue? >>> >>> What is the full path of the file that changed? >> >> I'm going for a shot in the dark here that he edited files in >> /usr/lib/systemd/system which he should not do and did not follow the >> instructions on how to override a unit in systemd via files in >> /etc/systemd/system >> >> If my assumption is correct then OP you were editing the equivalent of >> /etc/init.d files which have never been marked %config so will always be >> replaced by rpm >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> http://lists.centos.org/mailman/listinfo/centos >> >