This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
server/playbooks/roles/fic-frontend/files/frontend.service

12 lines
263 B
Desktop File

[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