You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
286 B
INI

[Unit]
Description=CEC Receiver Service
After=network.target
[Service]
ExecStart=/usr/bin/python3 /home/kuba/cec-remote/cec_receiver.py
WorkingDirectory=/home/kuba/cec-remote
Restart=on-failure
RestartSec=5
User=kuba
Environment=PYTHONUNBUFFERED=1
[Install]
WantedBy=multi-user.target