We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64f00d commit 55542aeCopy full SHA for 55542ae
3 files changed
config/systemd/cms-logging.service
@@ -0,0 +1,10 @@
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
config/systemd/cms-ranking.service
+Description=Contest Management System Ranking Service
+ExecStart=@CMS_DIR@/bin/cmsRankingWebServer
config/systemd/cms@.service
+Description=Contest Management System (contest %i)
+ExecStart=@CMS_DIR@/bin/cmsResourceService -a %i
0 commit comments