1 2 3 4 5 6 7 8 9 10 11 12
# This file is based on the output of `acmetool quickstart` [Unit] Description=acmetool HTTP redirector [Service] Type=notify ExecStart=/usr/bin/acmetool redirector --service.uid=daemon Restart=always RestartSec=30 [Install] WantedBy=multi-user.target