mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 16:22:10 +00:00
04638c9141
Intermediate commits (oldest → newest): - Almost deployment versio - for full deployment change parameteres in search_bot - Preparation for deployment - Main bot (#1) - Search webservice (#2) - Music service (#3) - FIx
12 lines
222 B
Desktop File
12 lines
222 B
Desktop File
[Unit]
|
|
Description=Conjurer_musician
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/pi/Conjurer/env/bin/python3 /home/pi/Conjurer/conjurer_musician.py
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|