mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/vlc: use "--user" in init.d"
This commit is contained in:
parent
e8178726c3
commit
a65729e98b
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=vlc
|
||||
pkgver=1.1.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
|
||||
pkgusers="vlc"
|
||||
pkggroups="vlc"
|
||||
|
||||
@ -7,7 +7,7 @@ depend() {
|
||||
start() {
|
||||
ebegin "Starting VLC"
|
||||
start-stop-daemon --start --oknodo \
|
||||
--pidfile /var/run/vlc.pid --chuid vlc \
|
||||
--pidfile /var/run/vlc.pid --user vlc \
|
||||
--exec /usr/bin/vlc -- ${VLC_OPTS}
|
||||
eend $?
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user