This repository has been archived on 2020-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
deluge/entrypoint.sh
2020-06-05 03:22:51 +02:00

6 lines
154 B
Bash
Executable file

#!/bin/sh
set -u
adduser -q --gecos '' --disabled-password --uid $PUID deluge
chown deluge:deluge /download/ /config/
exec tini -- runsvdir /etc/service/