mirror of
https://github.com/markqvist/LXMF-Tools.git
synced 2025-01-26 14:26:04 -05:00
13 lines
236 B
Desktop File
13 lines
236 B
Desktop File
[Unit]
|
|
Description=lxmf_chatbot
|
|
After=multi-user.target
|
|
[Service]
|
|
ExecStartPre=/bin/sleep 10
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=3
|
|
User=root
|
|
ExecStart=/root/LXMF-Tools/lxmf_chatbot/lxmf_chatbot.py
|
|
[Install]
|
|
WantedBy=multi-user.target
|