12 lines
226 B
Desktop File
12 lines
226 B
Desktop File
[Unit]
|
|
Description=Automatic smart plug manager for audio devices
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=angoosh
|
|
ExecStart=python /home/angoosh/Scripts/audio_automation_pc.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|