Add frontend playbook
This commit is contained in:
parent
3bcffbe251
commit
4a625bf3eb
9 changed files with 447 additions and 0 deletions
12
playbooks/roles/fic-frontend/files/frontend.service
Normal file
12
playbooks/roles/fic-frontend/files/frontend.service
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=FIC Frontend service
|
||||
After=nginx.service
|
||||
|
||||
[Service]
|
||||
User=fic
|
||||
Group=nogroup
|
||||
WorkingDirectory=/home/fic
|
||||
ExecStart=/home/fic/frontend -teams ./TEAMS -submission ./submissions -start 1477954800 -duration 2065h
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in a new issue