13 lines
720 B
Desktop File
13 lines
720 B
Desktop File
[Unit]
|
|
Description= # This is a label for your service
|
|
|
|
[Service]
|
|
User= # Linux user (including bot accounts) that will run the service
|
|
Group= # Linux Group (including bot accounts) that have permission to run the service
|
|
WorkingDirectory= # Location of exe that the service will run (do not include exe in this path)
|
|
ExecStart= # Actual path of exe, if using a launcher file any unique parms can be added here
|
|
|
|
|
|
[Install]
|
|
WantedBy=minecraft.target # Any dependant services that are "bundled" with this one. target (as shown in example) files act as a bundle to fire up multiple services
|