diff options
| author | Luke Hoersten <[email protected]> | 2026-03-23 16:21:59 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-03-23 16:21:59 -0500 |
| commit | 3bfc4e4730833997f73f33b2d62f83a3f391c848 (patch) | |
| tree | e177c8204c000bde762c1645b7150963a632a254 /transmission | |
| parent | d0a3a3bc06572417ac6780860163fbe2d4be0f83 (diff) | |
Added missing become for transmission.
Diffstat (limited to 'transmission')
| -rw-r--r-- | transmission/tasks/main.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transmission/tasks/main.yaml b/transmission/tasks/main.yaml index 8ba2a7d..980ebd4 100644 --- a/transmission/tasks/main.yaml +++ b/transmission/tasks/main.yaml @@ -85,6 +85,7 @@ notify: restart transmission service - name: Make transmission not wait for sd_notify + become: yes copy: dest: "/etc/systemd/system/transmission-daemon.service.d/override.conf" mode: "0644" |
