Changeset - 4f96c6a457b7
[Not reviewed]
0 1 0
Lance Edgar (lance) - 11 years ago 2013-06-01 01:07:55
lance@edbob.org
Changed home folder of system user account to `/var/lib/rattail`.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
fabfile.py
Show inline comments
 
@@ -54,4 +54,4 @@ def create_user():
 
    Create the 'rattail' user account.
 
    """
 

	
 
    sudo('adduser --system --home /var/local/lib/rattail --group rattail')
 
    sudo('adduser --system --home /var/lib/rattail --group rattail')
0 comments (0 inline, 0 general)