Add PKGBUILD and systemd files

This commit is contained in:
Edgar P. Burkhart 2022-05-21 12:12:34 +02:00
parent 52c18329d2
commit c93dd0fa97
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
6 changed files with 57 additions and 1 deletions

View file

@ -14,7 +14,7 @@ from pathlib import Path
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
MEDIA_ROOT = BASE_DIR.joinpath("media")
MEDIA_ROOT = Path("/var/lib/nummi")
# Quick-start development settings - unsuitable for production