14 lines
246 B
Desktop File
14 lines
246 B
Desktop File
[Unit]
|
|
Description=Foundry VTT
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
WorkingDirectory=%h/foundry
|
|
ExecStart=/bin/bash -c ". ${HOME}/.nvm/nvm.sh ; node resources/app/main.js"
|
|
|
|
[Install]
|
|
WantedBy=default.target
|