We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cd922 commit 9f3cd98Copy full SHA for 9f3cd98
ocean-agent.service
@@ -0,0 +1,11 @@
1
+[Unit]
2
+Description=Ocean master agent
3
+
4
+[Service]
5
+Type=idle
6
+ExecStart=/usr/local/bin/agent-master serve
7
+Restart=on-failure
8
+RestartSec=3
9
10
+[Install]
11
+WantedBy=multi-user.target
0 commit comments