inital commit

This commit is contained in:
2021-01-16 00:08:06 +01:00
commit 23bfefebf8
10 changed files with 365 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=ShellHub Agent
Wants=network-online.target
[Service]
Type=simple
Environment=SHELLHUB_PRIVATE_KEY=/opt/ShellHubAgent/shellhub.key
Environment=SHELLHUB_TENANT_ID=SERVER_TENID
Environment=SHELLHUB_SERVER_ADDRESS=SERVER_ADDR
Environment=SHELLHUB_KEEPALIVE_INTERVAL=300
ExecStart=/opt/ShellHubAgent/ShellHubAgent
[Install]
WantedBy=multi-user.target