9 hours ago
Yes dscl
No home folder I use /var/nextpvr/recordings for recordings. and I use the plist to point to /var/opt/nextpvr with the data files as discussed before.
Code:
sudo dscl . -create /Users/nextpvr
sudo dscl . -create /Users/nextpvr UserShell /usr/bin/false
sudo dscl . -create /Users/nextpvr RealName "NextPVR"
sudo dscl . -create /Users/nextpvr UniqueID 501
sudo dscl . -create /Users/nextpvr PrimaryGroupID 20
sudo dscl . -create /Users/nextpvr NFSHomeDirectory /var/emptyNo home folder I use /var/nextpvr/recordings for recordings. and I use the plist to point to /var/opt/nextpvr with the data files as discussed before.