.agents/tools/meeting-notes/meeting-notes.service

15 lines
351 B
Desktop File

[Unit]
Description=Meeting Notes Bot - Discord VC transcription
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/bun run /home/nicholai/.agents/tools/meeting-notes/dist/index.js
WorkingDirectory=/home/nicholai/.agents/tools/meeting-notes
Restart=on-failure
RestartSec=5
Environment=NODE_ENV=production
[Install]
WantedBy=default.target