2024-06-01 18:28:44 +02:00
|
|
|
[Unit]
|
|
|
|
Description=This will enable ChatMix for the Steelseries Arctis Nova Pro Wireless
|
|
|
|
After=pipewire.service pipewire-pulse.service
|
|
|
|
Wants=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Restart=no
|
|
|
|
Type=simple
|
2024-07-16 17:23:42 +02:00
|
|
|
ExecStartPre=/bin/sleep 1
|
2024-06-01 18:28:44 +02:00
|
|
|
ExecStart=%h/.local/bin/nova.py
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|