blob: 8713dd1477033b71c4afffa83d8f8b029c9593f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="restart">
<children>
<node name="ntp">
<properties>
<help>Restart NTP service</help>
</properties>
<command>if cli-shell-api existsActive service ntp; then systemctl restart chrony.service; else echo "Service NTP not configured"; fi</command>
</node>
</children>
</node>
</interfaceDefinition>
|