Updates foundryvtt.service to call Node rather than index.js directly.
This commit is contained in:
@@ -7,7 +7,7 @@ After=network.target
|
|||||||
Type=simple
|
Type=simple
|
||||||
User=foundry
|
User=foundry
|
||||||
Group=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
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user