Running as a service
Using systemd, run WildBeast as a service for automatic (re)starting
Good to know: This guide uses systemd
, we're assuming this is present on your system.
If you're using Ubuntu 20.04, you're already using systemd
.
Making a new service
Start creating a new service:
Copy and paste the following example:
Pay attention to the REPLACE THIS
, as you might've guessed you need to replace these values.
WorkingDirectory
- The folder where you saved WildBeastFor example:
/home/wildbeast/WildBeast
User
- The user that's going to run WildBeastDo NOT use
root
, create a new user for safety.
Controlling the service
Starting
Stopping
Start on boot
To undo:
Restarting
Last updated