style: make ansible-lint happy

This commit is contained in:
VC
2024-07-05 11:53:44 +02:00
parent 99cb02e92d
commit 4bbb789c77
13 changed files with 77 additions and 52 deletions

View File

@@ -9,8 +9,8 @@ RestartSec=5
Type=simple
User=jackett
Group=jackett
WorkingDirectory={{ jackett_home }}
ExecStart=/bin/sh "{{ jackett_home }}/jackett_launcher.sh"
WorkingDirectory={{ bittorrent_jackett_home }}
ExecStart=/bin/sh "{{ bittorrent_jackett_home }}/jackett_launcher.sh"
TimeoutStopSec=30
[Install]