This repository has been archived on 2020-07-12. You can view files and clone it, but cannot push or open issues/pull-requests.
deluge/entrypoint.sh

6 lines
154 B
Bash
Raw Permalink Normal View History

2020-06-03 21:17:17 +02:00
#!/bin/sh
set -u
adduser -q --gecos '' --disabled-password --uid $PUID deluge
2020-06-03 21:17:17 +02:00
chown deluge:deluge /download/ /config/
exec tini -- runsvdir /etc/service/