X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/191fe7a34582876de01d3e62c2a6587baf59a283..064d9c633233495319bcaa66335ea3d24c0bd7a1:/infra/patchwork/systemd/patchwork.service diff --git a/infra/patchwork/systemd/patchwork.service b/infra/patchwork/systemd/patchwork.service deleted file mode 100644 index 90ec4bb..0000000 --- a/infra/patchwork/systemd/patchwork.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Patchwork Daemon - -[Service] -WorkingDirectory=/home/patchwork/patchwork -User=patchwork -Group=patchwork -EnvironmentFile=/home/patchwork/patchwork.env -ExecStart=/usr/bin/python3 manage.py runserver 0.0.0.0:8000 - -[Install] -WantedBy=multi-user.target