compose-website/scripts/activate-user.sh

6 lines
131 B
Bash
Raw Normal View History

2014-10-07 07:42:50 +00:00
#!/bin/bash -eux
# Start service for new site (and create the user)
systemctl enable $2@$1.service
systemctl start $2@$1.service