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:
parent
69b59e3eac
commit
8b3b2995aa
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue