@@ -52,30 +52,10 @@ deploy:
5252 systemctl enable monitor.service && \
5353 systemctl start vacuum.timer && \
5454 systemctl restart monitor.service && \
55- systemctl enable boy-big2small-prepare.service && \
56- systemctl enable boy-big2small.service && \
57- systemctl enable boy-dangan-prepare.service && \
58- systemctl enable boy-dangan.service && \
59- systemctl enable boy-opossum-prepare.service && \
60- systemctl enable boy-opossum.service && \
61- systemctl enable boy-capybara-prepare.service && \
62- systemctl enable boy-capybara.service && \
63- systemctl enable boy-fofk-prepare.service && \
64- systemctl enable boy-fofk.service && \
65- systemctl enable boy-gb-run-prepare.service && \
66- systemctl enable boy-gb-run.service && \
67- systemctl start boy-big2small-prepare.service && \
68- systemctl start boy-dangan-prepare.service && \
69- systemctl start boy-opossum-prepare.service && \
70- systemctl start boy-capybara-prepare.service && \
71- systemctl start boy-fofk-prepare.service && \
72- systemctl start boy-gb-run-prepare.service && \
73- systemctl restart boy-big2small.service && \
74- systemctl restart boy-dangan.service && \
75- systemctl restart boy-opossum.service && \
76- systemctl restart boy-capybara.service && \
77- systemctl restart boy-fofk.service && \
78- systemctl restart boy-gb-run.service"
55+ systemctl enable boy-prepare.service && \
56+ systemctl start boy-prepare.service && \
57+ systemctl enable boy-big2small.service boy-dangan.service boy-opossum.service boy-capybara.service boy-fofk.service boy-gb-run.service && \
58+ systemctl restart boy-big2small.service boy-dangan.service boy-opossum.service boy-capybara.service boy-fofk.service boy-gb-run.service"
7959
8060# Check status of all boy services
8161status :
0 commit comments