3 lines
49 B
Bash
3 lines
49 B
Bash
#!/bin/sh
|
|
exec logger -p daemon.info -t postgres
|
#!/bin/sh
|
|
exec logger -p daemon.info -t postgres
|