initial commit of file from CVS for smeserver-postgresql on Sat Sep 7 20:54:55 AEST 2024
This commit is contained in:
20
root/usr/lib/systemd/system/pgsql.init.service
Normal file
20
root/usr/lib/systemd/system/pgsql.init.service
Normal file
@@ -0,0 +1,20 @@
|
||||
[Unit]
|
||||
SourcePath=/etc/rc.d/init.d/pgsql.init
|
||||
Description=Koozali SME Server pgsql DB injector for postgresql-13
|
||||
After=postgresql-13.service
|
||||
Requires=postgresql-13.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Restart=no
|
||||
TimeoutSec=10min
|
||||
IgnoreSIGPIPE=no
|
||||
KillMode=process
|
||||
GuessMainPID=no
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/etc/rc.d/init.d/pgsql.init start
|
||||
ExecStop=/etc/rc.d/init.d/pgsql.init stop
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
||||
|
Reference in New Issue
Block a user