teacher-tools/teacher-tools-api.service

15 lines
314 B
SYSTEMD
Raw Normal View History

2024-12-28 17:28:07 +00:00
[Unit]
Description=teacher-tools-api
2025-01-24 00:08:16 +00:00
After=network.target postgresql.service
Wants=postgresql.service
2024-12-28 17:28:07 +00:00
[Service]
Type=simple
User=root
WorkingDirectory=/opt/teacher-tools
2025-01-24 00:08:16 +00:00
EnvironmentFile=/opt/teacher-tools/prod.env
2024-12-28 17:28:07 +00:00
ExecStart=/opt/teacher-tools/teacher-tools-api
Restart=always
[Install]
WantedBy=multi-user.target