15 lines
291 B
Desktop File
15 lines
291 B
Desktop File
[Unit]
|
|
Description=Vixy Eye Display Service Mk2
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=alex
|
|
WorkingDirectory=/home/alex/eyes-mk2
|
|
ExecStart=/home/alex/eyes-mk2/.venv/bin/python /home/alex/eyes-mk2/eye_service_mk2.py
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|