Initial commit: Discord-Claude Gateway with event-driven agent runtime
This commit is contained in:
21
scripts/aetheel.service
Normal file
21
scripts/aetheel.service
Normal file
@@ -0,0 +1,21 @@
|
||||
# Aetheel systemd service file
|
||||
# Copy to /etc/systemd/system/aetheel.service and edit paths
|
||||
# Or run: bash scripts/setup.sh (does this automatically)
|
||||
|
||||
[Unit]
|
||||
Description=Aetheel Discord-Claude Gateway
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=YOUR_USERNAME
|
||||
WorkingDirectory=/path/to/aetheel-2
|
||||
EnvironmentFile=/path/to/aetheel-2/.env
|
||||
ExecStart=/usr/bin/npx tsx src/index.ts
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user