deluge: set config dir to homedir

While we're at it, drop priviledge early.

Fix: https://github.com/void-linux/void-packages/issues/31690
This commit is contained in:
Đoàn Trần Công Danh 2021-06-29 08:13:43 +07:00
parent 69b59e3eac
commit 8b3b2995aa
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
[ -r ./conf ] && . ./conf
exec deluged -d -U deluge -g deluge ${OPTS} 2>&1
exec chpst -u deluge:deluge deluged -d ${OPTS} 2>&1

View file

@ -1,7 +1,7 @@
# Template file for 'deluge'
pkgname=deluge
version=2.0.3
revision=10
revision=11
build_style=python3-module
# TODO package python3-slimit to minify javascript
hostmakedepends="intltool python3-setuptools python3-wheel"