@cocorograph/hub-agent 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ [Unit]
2
+ Description=Cocorograph hub-agent (Cockpit Hub Hosted local daemon)
3
+ After=network-online.target
4
+ Wants=network-online.target
5
+
6
+ [Service]
7
+ Type=simple
8
+ Environment=PATH=__PATH__
9
+ Environment=HOME=__HOME__
10
+ WorkingDirectory=__HOME__
11
+ ExecStart=__HUB_AGENT_BIN__ start
12
+ Restart=always
13
+ RestartSec=10
14
+ StandardOutput=append:__HOME__/.hub/agent.log
15
+ StandardError=append:__HOME__/.hub/agent.log
16
+
17
+ [Install]
18
+ WantedBy=default.target