bundles: add Requires=postgresql.service to some services which require postgresql
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-12 13:28:52 +01:00
parent 493d7957fd
commit 638e37c05f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
10 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,7 @@
[Unit]
Description=Travelynx Railway Checkin Service - Worker
After=network.target
Requires=postgresql.service
[Service]
ExecStart=/usr/bin/perl index.pl worker

View file

@ -1,6 +1,7 @@
[Unit]
Description=Travelynx Railway Checkin Service
After=network.target
Requires=postgresql.service
[Service]
Type=simple