mirror of
https://github.com/void-linux/void-packages.git
synced 2025-05-05 15:33:50 +02:00
4 lines
129 B
Bash
4 lines
129 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r ./conf ] && . ./conf
|
|
exec deluged -d -U deluge -g deluge -c /var/lib/deluge/.config/deluge ${OPTS} 2>&1
|