Search Results

Search: Posts Made By: kvaikla
11,110
Posted By rbatte1
I've had a few problems with systemd and a very...
I've had a few problems with systemd and a very simple start/stop script too. I was asked to set something that that was not a true service to run at boot time. After much testing and tracing, the...
11,110
Posted By Corona688
Something like # config for systemd ... ...
Something like # config for systemd
...
ExecStart=/path/to/collector2.sh
...

where collector2.sh is #!/bin/bash

. $HOME/.pgprofile_pgwatch2
# Redirect standard output into logfile
exec >>...
6,395
Posted By Scrutinizer
This is because the exit command is executed in a...
This is because the exit command is executed in a subshell (the right hand side of the pipeline). So the subshell is exited, but not the parent shell.

If you were to use ksh (Korn Shell) or zsh ,...
3,812
Posted By Corona688
That's not how a traditional regex works, you...
That's not how a traditional regex works, you describe what you want, not what you don't want.

Only thing I can think is PERL regexes which have all sorts of fancy extra features which may include...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy