Created
June 11, 2017 21:31
-
-
Save anxiousmodernman/25dfb7d4a5b225464eec8f2f169efbea to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[Unit] | |
Description="My Website" | |
[Service] | |
Slice=machine.slice | |
Environment="CERTS=/etc/letsencrypt/live/stage.coleman.codes/" | |
ExecStart=/usr/bin/rkt run --net=host --debug /opt/site/caddy-local-linux-amd64.aci --insecure-options=all --volume certs,kind=host,source=${CERTS},readOnly=true | |
KillMode=mixed | |
Restart=always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment