Skip to content
Snippets Groups Projects
activate-user.sh 131 B
Newer Older
Michiel de Jong's avatar
Michiel de Jong committed
#!/bin/bash -eux

# Start service for new site (and create the user)
systemctl enable $2@$1.service
systemctl start  $2@$1.service