diff --git a/srcpkgs/PopCorn/files/popcorn/run b/srcpkgs/PopCorn/files/popcorn/run index 5c04764966d..67648e07445 100755 --- a/srcpkgs/PopCorn/files/popcorn/run +++ b/srcpkgs/PopCorn/files/popcorn/run @@ -4,4 +4,5 @@ mkdir -p /etc/popcorn chown -R _popcorn:_popcorn /etc/popcorn -exec chpst -u _popcorn:_popcorn popcorn --server $SERVER --port $PORT +chpst -u _popcorn:_popcorn popcorn --server $SERVER --port $PORT +exec chpst -u _popcorn:_popcorn snooze popcorn --server $SERVER --port $PORT diff --git a/srcpkgs/PopCorn/template b/srcpkgs/PopCorn/template index 204578d15ff..a86948fcd3b 100644 --- a/srcpkgs/PopCorn/template +++ b/srcpkgs/PopCorn/template @@ -1,6 +1,6 @@ # Template file for 'PopCorn' pkgname=PopCorn -version=0.2 +version=0.2.1 revision=1 build_style=go go_import_path="github.com/the-maldridge/popcorn" @@ -11,7 +11,7 @@ maintainer="Michael Aldridge " license="MIT" homepage="https://github.com/the-maldridge/PopCorn" distfiles="https://github.com/the-maldridge/PopCorn/archive/v${version}.tar.gz" -checksum=eb5623f72a59eec7de84e625cbfb58677fc59fc7cfe0e5e52e50f9288eb9abe8 +checksum=9ce2ade5ebae5bb31443423b41ab5d6355a2ac3d65cba1d36c3a5616f323a4a9 system_accounts="_popcorn" _popcorn_homedir="/var/lib/popcorn"