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