Updates foundryvtt.service to call Node rather than index.js directly.

This commit is contained in:
David Underwood
2023-09-28 12:23:41 +00:00
parent a209bc76df
commit 5c6ef156be

View File

@@ -7,7 +7,7 @@ After=network.target
Type=simple
User=foundry
Group=foundry
ExecStart=/home/foundry/foundry_app/resources/app/main.js --dataPath=/home/foundry/foundry_data
ExecStart=node /home/foundry/foundry_app/resources/app/main.js --dataPath=/home/foundry/foundry_data
Restart=always
RestartSec=10