mirror of
https://github.com/markqvist/LXMF-Tools.git
synced 2025-09-18 03:34:43 -04:00
Added service files
This commit is contained in:
parent
53dc185d70
commit
a478a39a05
14 changed files with 177 additions and 6 deletions
12
lxmf_ping/lxmf_ping.service
Normal file
12
lxmf_ping/lxmf_ping.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue