inital commit
This commit is contained in:
14
Agent/ShellHubAgent.service
Normal file
14
Agent/ShellHubAgent.service
Normal 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
|
||||
Reference in New Issue
Block a user