Skip to content

Instantly share code, notes, and snippets.

@Mozartted
Created May 26, 2018 09:33
Show Gist options
  • Save Mozartted/2836e583fce27f2b47ae2c07eee91f2e to your computer and use it in GitHub Desktop.
Save Mozartted/2836e583fce27f2b47ae2c07eee91f2e to your computer and use it in GitHub Desktop.
wget https://raw.githubusercontent.com/mholt/caddy/master/dist/init/linux-systemd/caddy.service
sudo cp caddy.service /etc/systemd/system/
sudo chown root:root /etc/systemd/system/caddy.service
sudo chmod 644 /etc/systemd/system/caddy.service
sudo systemctl daemon-reload
sudo systemctl start caddy.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment