This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#HOWTO Run Sia host on Ubuntu server | |
#Updated: 13 august, 2016 | |
#Tested with Sia 1.0.2 and Ubuntu 16.04 | |
#Update 13.08.2016: Changed from using supervisor to systemd | |
# Create user `siad` | |
adduser siad | |
su siad |