Skip to main content
23 events
when toggle format what by license comment
Sep 16, 2018 at 0:01 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Aug 8, 2018 at 7:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 6, 2018 at 15:30 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jun 2, 2018 at 4:11 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Apr 28, 2018 at 18:43 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Mar 29, 2018 at 0:49 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Feb 25, 2018 at 5:23 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jan 23, 2018 at 3:01 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Dec 18, 2017 at 12:37 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Nov 17, 2017 at 10:37 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Oct 13, 2017 at 12:42 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Sep 7, 2017 at 22:32 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 31, 2017 at 21:37 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 1, 2017 at 20:39 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Apr 13, 2017 at 12:37 history edited CommunityBot
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Mar 20, 2017 at 10:18 history edited CommunityBot
replaced http://superuser.com/ with https://superuser.com/
Jul 11, 2016 at 23:54 comment added Nawaz Ahmed sorry for the late reply folks, i got tied up and juggling around other things @Wieland, thanks for pointing out to the already existing service file for this purpose, it gives me a clarity about where should i start from. Patrick, i did play around with the User= parameter but found that the processes are coming up as owned by the 'root' user which is not what i wanted. I wanted the processes to be owned by the 'postgres' user or any other user which will own the PostgreSQL database directory.
Jun 24, 2016 at 15:23 answer added Mark Stosberg timeline score: 1
Jun 23, 2016 at 12:18 comment added phemmer Your stop command looks like you're trying to shut something down. You'd likely be much better off going with standard practices of using a unit file to manage the whole service, both start and stop, not just stopping it. ExecStop would then do what you want without any hackery. Also, you shouldn't use su in a unit script, this is what the User= parameter is for.
Jun 23, 2016 at 11:19 comment added Wieland You could just use one of the existing postgresql service files (for example the one from Arch Linux or Debian) instead of reinventing your own one. Also, having a service file just to shut down a service is not correct, you should have one service file that handles starting, stopping and reloading the service
Jun 23, 2016 at 7:21 history edited jasonwryan CC BY-SA 3.0
Formatting, tag
Jun 23, 2016 at 7:19 review First posts
Jun 23, 2016 at 7:26
Jun 23, 2016 at 7:15 history asked Nawaz Ahmed CC BY-SA 3.0