Parcourir la source

Fix syslog identifier

pull/4572/head
jasonlaguidice il y a 7 mois
Parent
révision
38c1b0c2bf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roles/custom/matrix-bridge-steam/templates/systemd/matrix-steam-bridge.service.j2

+ 1
- 1
roles/custom/matrix-bridge-steam/templates/systemd/matrix-steam-bridge.service.j2 Voir le fichier

@@ -42,7 +42,7 @@ ExecStop=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_syste
ExecStop=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} rm matrix-steam-bridge 2>/dev/null || true'
Restart=always
RestartSec=30
SyslogIdentifier=matrix-mautrix-bluesky
SyslogIdentifier=matrix-steam-bridge

[Install]
WantedBy=multi-user.target

Chargement…
Annuler
Enregistrer