teacher-tools/teacher-tools-api.service

14 lines
267 B
SYSTEMD
Raw Permalink Normal View History

2024-12-28 17:28:07 +00:00
[Unit]
Description=teacher-tools-api
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/teacher-tools
Environment="TEACHER_TOOLS_API_ENV=PROD"
ExecStart=/opt/teacher-tools/teacher-tools-api
Restart=always
[Install]
WantedBy=multi-user.target