vp-build/srcpkgs/66-boot/files/popcorn/popcorn

15 lines
244 B
Plaintext

[main]
@type = classic
@description = "popcorn"
@user = ( root )
@options = ( env )
[start]
@build = auto
@runas = _popcorn
@execute = ( snooze popcorn --server ${SERVER} --port ${PORT} )
[environment]
SERVER=popcorn.voidlinux.org
PORT=8001