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=Matrix Telegram Bridge
After=network.target
Requires=postgresql.service
[Service]
User=mautrix-telegram

View file

@ -1,6 +1,7 @@
[Unit]
Description=Matrix WhatsApp Bridge
After=network.target
Requires=postgresql.service
[Service]
User=mautrix-whatsapp

View file

@ -1,6 +1,7 @@
[Unit]
Description=mx-puppet-discord
After=network.target
Requires=postgresql.service
[Service]
User=mx-puppet-discord

View file

@ -1,6 +1,7 @@
[Unit]
Description=PowerDNS-Admin
After=network.target postgresql.service
After=network.target
Requires=postgresql.service
[Service]
User=powerdnsadmin

View file

@ -1,5 +1,7 @@
[Unit]
Description=pretalx clearsessions
After=network.target
Requires=postgresql.service
[Service]
User=pretalx

View file

@ -1,5 +1,7 @@
[Unit]
Description=pretalx runperiodic
After=network.target
Requires=postgresql.service
[Service]
User=pretalx

View file

@ -1,6 +1,7 @@
[Unit]
Description=pretalx web service
After=network.target
Requires=postgresql.service
[Service]
User=pretalx

View file

@ -1,6 +1,7 @@
[Unit]
Description=pretalx background worker
After=network.target
Requires=postgresql.service
[Service]
User=pretalx

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