homekit/systemd/gpiorelayd@.service
2022-05-23 21:57:45 +03:00

13 lines
258 B
Desktop File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[Unit]
Description=GPIO Relay Daemon
After=network-online.target
[Service]
User=root
Group=root
Restart=on-failure
ExecStart=/home/user/homekit/src/gpiorelayd.py -с /etc/gpiorelayd.conf.d/%i.toml
WorkingDirectory=/root
[Install]
WantedBy=multi-user.target