Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
8ad8d123
Commit
8ad8d123
authored
6 years ago
by
TheTechromancer
Browse files
Options
Downloads
Patches
Plain Diff
clarified installation process
parent
d3213e54
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/systemd/README.md
+20
-0
20 additions, 0 deletions
examples/systemd/README.md
with
20 additions
and
0 deletions
examples/systemd/README.md
0 → 100644
+
20
−
0
View file @
8ad8d123
# systemd .service files
In Linux, these example systemd services will automatically start the Fadecandy server and one of the Python example scripts on boot.
### Installation Procedure
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
~~~
$ cp fadecandy.service example-leds.service /etc/systemd/system/
~~~
3.
Enable the services
~~~
$ systemctl enable fadecandy.service
$ systemctl enable example-leds.service
~~~
4.
Start the services
~~~
$ systemctl start fadecandy.service
$ systemctl start example-leds.service
~~~
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment