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