Skip to content

Commit

Permalink
Fix linux tentacle pre-req link and systemd header (#2076)
Browse files Browse the repository at this point in the history
* Fix linux tentacle pre-req link and systemd header

* Add new terms to dictionary

* Update index.mdx

* Forgot to save the .md extension

---------

Co-authored-by: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com>
  • Loading branch information
harrisonmeister and steve-fenton-octopus authored Nov 7, 2023
1 parent 937c22d commit 17c36f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions dictionary-octopus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ msiexec
MTTR
Netscaler
nologs
noninteractive
NTLM
nupkg
Octo
Expand All @@ -46,6 +47,7 @@ onlylogs
passout
pkcs
PROGRAMFILES
quickstart
reprioritize
reprovisioned
reprovisioning
Expand All @@ -69,3 +71,4 @@ WIXUI
workertools
xlarge
xmark
xvzf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-11-07
title: Linux Tentacle
description: How to install and configure Octopus Tentacles on Linux Servers in either listening or polling mode.
navOrder: 20
Expand All @@ -20,7 +20,7 @@ Before you can configure a Linux Tentacle, the Linux server must meet the [requi

- Octopus Server **2019.8.3** or newer

Linux Tentacle is a .NET application distributed as a [self-contained deployment](https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained). On most Linux distributions it will *just work*, but be aware that there are [.NET Core prerequisites](https://github.com/dotnet/core/blob/master/Documentation/prereqs/) that may need to be installed.
Linux Tentacle is a .NET application distributed as a [self-contained deployment](https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained). On most Linux distributions it will *just work*, but be aware that there are [.NET Core prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) that may need to be installed.

## Known limitations

Expand Down Expand Up @@ -123,7 +123,7 @@ Start the Tentacle interactively by running:
/opt/octopus/tentacle/Tentacle run --instance <instance name>
```

### Running Tentacle as a service (syst/)
### Running Tentacle as a service (systemd)

Tentacle has command line options for configuring a systemd service:

Expand Down

0 comments on commit 17c36f1

Please sign in to comment.