fix systemd

This commit is contained in:
Bryan Gerlach
2024-11-10 21:59:17 -06:00
parent 3f6c199ae6
commit 2e81f01d47

View File

@@ -95,6 +95,7 @@ Type=simple
LimitNOFILE=1000000
Environment="GHUSER=yourgithubusername"
Environment="GHBEARER=yourgithubtoken"
PassEnvironment=GHUSER GHBEARER
ExecStart=/opt/rdgen/rdgen/bin/python3 /opt/rdgen/manage.py runserver 0.0.0.0:8000
WorkingDirectory=/opt/rdgen/
User=root