15 lines
273 B
Desktop File
15 lines
273 B
Desktop File
[Unit]
|
|
Description=Vixy Light Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/home/alex/lights
|
|
ExecStart=/home/alex/lights/.venv/bin/python /home/alex/lights/light_service.py
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|