[Unit] Description=GOV.UK After=network.target [Service] Type=simple User=root WorkingDirectory=/home/ubuntu Environment="GUIX_DAEMON_SOCKET=${guix_daemon_socket}" ExecStart=/var/guix/profiles/per-user/ubuntu/guix-profile/bin/govuk system start --rails-environment=production --app-domain=${app_domain} --web-domain=${web_domain} --use-high-ports=false --use-https=certbot --fallback [Install] WantedBy=multi-user.target