Skip to content
Snippets Groups Projects
Commit bcceb23f authored by TheTechromancer's avatar TheTechromancer
Browse files

fixed to follow project syntax conventions

parent 0b135fc0
No related branches found
No related tags found
No related merge requests found
# systemd .service files Fadecandy systemd Examples
==========================
In Linux, these example systemd services will automatically start the Fadecandy server and one of the Python example scripts on boot. Once installed and enabled, these example systemd .service files will automatically start the Fadecandy server and one of the Python example scripts on boot. For Linux systems only.
### Installation Procedure Installation Procedure
1. Ensure that the __fcserver__ executable resides in the directory specified in the .service file (/opt/fadecandy/server/ in this example) ----------------------
1. Ensure that the __fcserver__ executable resides in the directory specified in the .service file. (/opt/fadecandy/server/ in this example)
2. Copy the .service files into the /etc/systemd/system/ directory 2. Copy the .service files into the /etc/systemd/system/ directory
~~~ ~~~
$ cp fadecandy.service example-leds.service /etc/systemd/system/ $ cp fadecandy.service example-leds.service /etc/systemd/system/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment