X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..110ea29b8fe7d11de09e19382a9a5808cfb90d32:/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