File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ [Unit]
2+ Description =Contest Management System Logging
3+
4+ [Service]
5+ Type =simple
6+ WorkingDirectory =@CMS_DIR@
7+ ExecStart =@CMS_DIR@/bin/cmsLogService
8+
9+ [Install]
10+ WantedBy =default.target
Original file line number Diff line number Diff line change 1+ [Unit]
2+ Description =Contest Management System Ranking Service
3+
4+ [Service]
5+ Type =simple
6+ WorkingDirectory =@CMS_DIR@
7+ ExecStart =@CMS_DIR@/bin/cmsRankingWebServer
8+
9+ [Install]
10+ WantedBy =default.target
Original file line number Diff line number Diff line change 1+ [Unit]
2+ Description =Contest Management System (contest %i)
3+
4+ [Service]
5+ Type =simple
6+ WorkingDirectory =@CMS_DIR@
7+ ExecStart =@CMS_DIR@/bin/cmsResourceService -a %i
8+
9+ [Install]
10+ WantedBy =default.target
You can’t perform that action at this time.
0 commit comments