|
|
- [Unit]
- Description = Micro Service API
- After = syslog.target network.target
-
- [Service]
- PIDFile = /data/repo/REPO_NAME/lock/BUILD_TARGET.pid
- ExecStart = /data/repo/REPO_NAME/bin/BUILD_TARGET online
- ExecReload = /data/repo/REPO_NAME/bin/BUILD_TARGET online reload
- ExecStop = /data/repo/REPO_NAME/bin/BUILD_TARGET online stop
-
- [Install]
- WantedBy=multi-user.target
|