Files
ports/databases/redis/pkg/PLIST
T
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00

20 lines
492 B
Plaintext

@newgroup _redis:686
@newuser _redis:686:_redis::redis account:${DBDIR}:/sbin/nologin
@rcscript ${RCDIR}/redis
@bin bin/redis-benchmark
bin/redis-check-aof
bin/redis-check-rdb
@bin bin/redis-cli
bin/redis-sentinel
@bin bin/redis-server
share/examples/redis/
@sample ${SYSCONFDIR}/redis/
share/examples/redis/redis.conf
@sample ${SYSCONFDIR}/redis/redis.conf
share/examples/redis/sentinel.conf
@sample ${SYSCONFDIR}/redis/sentinel.conf
@mode 0700
@owner _redis
@group _redis
@sample ${DBDIR}/