소스 검색

Fix syslog identifier

pull/4572/head
jasonlaguidice 7 달 전
부모
커밋
38c1b0c2bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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

불러오는 중...
취소
저장