mirror of
https://github.com/SebastianObi/LXMF-Tools.git
synced 2025-12-22 10:27:12 +00:00
13 lines
224 B
Desktop File
13 lines
224 B
Desktop File
[Unit]
|
|
Description=lxmf_cmd
|
|
After=multi-user.target
|
|
[Service]
|
|
ExecStartPre=/bin/sleep 10
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=3
|
|
User=root
|
|
ExecStart=/root/LXMF-Tools/lxmf_cmd/lxmf_cmd.py
|
|
[Install]
|
|
WantedBy=multi-user.target
|