Skip to content

Commit

Permalink
Add service readme tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Snarr committed Mar 22, 2024
1 parent ef17440 commit a75d7fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions install/Service-README.md
@@ -0,0 +1,21 @@
# Services

In this install folder there are two service files.

To set up these services, first move them into the `/etc/systemd/system/` directory.

From there, you can use the following commands to manage the services:

`systemctl start <service-name>`
*Start the service*

`systemctl enable <service-name>`
*Enables the service so it will start after future reboots*

`systemctl status <service-name>`
*Displays basic information about the status of the service (i.e. whether it is running or not)*

`journalctl -u <service-name>`
*Displays service stdout logs, useful for if a service crashes and you need to debug*


0 comments on commit a75d7fb

Please sign in to comment.