root when it should be

This commit is contained in:
2025-11-29 21:46:25 -05:00
parent ea46b0d84e
commit 3f8200feb6
4 changed files with 14 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ After=network.target
Type=simple
Environment="PORT=$port"
ExecStart=make start
User=drm
User=$user
WorkingDirectory=$serviceDir/src
Restart=yes
StandardOutput=file:$logsDir/start.log