Files
foundry-vtt-config/foundryvtt.service
2021-03-10 21:16:14 -05:00

16 lines
302 B
Desktop File

[Unit]
Description=Foundry VTT
Documentation=https://foundryvtt.com
After=network.target
[Service]
Type=simple
User=foundry
Group=foundry
ExecStart=/home/foundry/foundry_app/resources/app/main.js --dataPath=/home/foundry/foundry_data
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target