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-backend/files/backend.service

12 lines
247 B
Desktop File

[Unit]
Description=FIC Backend service
After=mysql.service
[Service]
User=fic
Group=nogroup
WorkingDirectory=/home/fic
ExecStart=/home/fic/backend -unlockedChallenges -teams ./TEAMS -submission ./submissions
[Install]
WantedBy=multi-user.target