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

changed startup type to exec

parent 8ee050e7
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Example LEDs
Requires=fadecandy.service
[Service]
Type=exec
WorkingDirectory=/opt/fadecandy/examples/python
ExecStart=/usr/bin/env python /opt/fadecandy/examples/python/chase.py
Restart=always
[Install]
WantedBy=multi-user.target
[Unit]
Description=Fadecandy Server
After=network.target
[Service]
Type=exec
WorkingDirectory=/opt/fadecandy/server
ExecStart=/opt/fadecandy/server/fcserver config.json
Restart=always
[Install]
WantedBy=multi-user.target
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