12 lines
247 B
Desktop File
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
|