15 lines
287 B
Desktop File
15 lines
287 B
Desktop File
[Unit]
|
|
Description=OLED System Stats Monitor
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/opt/PiScope
|
|
ExecStart=/bin/bash -c 'source /opt/PiScope/venv/bin/activate && exec python PiScope.py'
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|