Skip to content

Commit a4e5e01

Browse files
committed
system service 파일을 마스터/워커로 분리
1 parent 1740ce3 commit a4e5e01

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
File renamed without changes.

ocean-agent-worker.service

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Unit]
2+
Description=Ocean worker agent
3+
4+
[Service]
5+
Type=idle
6+
ExecStart=/usr/local/bin/agent-worker serve
7+
Restart=on-failure
8+
RestartSec=3
9+
10+
[Install]
11+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)