mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-07 12:05:40 +01:00
5 lines
86 B
Plaintext
Executable File
5 lines
86 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
exec /usr/sbin/crond -f -S -l 5
|