Skip to content

Commit a9481da

Browse files
committed
Fix code annotations
1 parent 1841118 commit a9481da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/ingestion-tools/fleet/install-standalone-elastic-agent.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ To install and run {{agent}} standalone:
150150
sudo systemctl enable elastic-agent <1>
151151
sudo systemctl start elastic-agent
152152
```
153-
The DEB package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
153+
154+
1. The DEB package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
154155
:::
155156

156157
:::{tab-item} RPM
@@ -163,7 +164,7 @@ To install and run {{agent}} standalone:
163164
sudo systemctl start elastic-agent
164165
```
165166

166-
The RPM package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
167+
1. The RPM package includes a service unit for Linux systems with systemd. On these systems, you can manage {{agent}} by using the usual systemd commands. If you don’t have systemd, run `sudo service elastic-agent start`.
167168
:::
168169

169170
::::

0 commit comments

Comments
 (0)