Skip to content

Commit 9f3cd98

Browse files
committed
ocean-agent.service 파일 추가
1 parent a6cd922 commit 9f3cd98

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ocean-agent.service

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)