centos systemd service 여러개 등록하는 법
https://stackoverflow.com/questions/48195340/systemd-with-multiple-execstart
Systemd with multiple execStart
i Would know if it's possible to create service with the same script started with different input parameters. Such as: [Unit] Description=script description [Service] Type=simple ExecStart=/scrip...
stackoverflow.com
동시에 서비스가 실행되는 걸 원했는데, 내가 알고 있던 방식은 serial이라고 한다.
http://alesnosek.com/blog/2016/12/04/controlling-a-multi-service-application-with-systemd/
Controlling a Multi-Service Application with systemd - Ales Nosek - The Software Practitioner
Is your application delivered as a set of services running on top of Linux? Did you think about writing a custom controller service that would start your application services in the correct order and monitor their health? Please, stop thinking about it! In
alesnosek.com
여기는 [Unit]의 after 키워드 사용법을 설명한다. 실제로 사용해보진 못했지만(따라해봤으나 실패)
나중에 참고가 될 거 같아서 저장