mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
12 lines
284 B
Desktop File
12 lines
284 B
Desktop File
[Unit]
|
|
Description=Conjurer_musician
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/pi/Conjurer-service/conjurer/file_webservice/bin/python3 /home/pi/Conjurer-service/conjurer/file_webservice/conjurer_musician.py
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|