summaryrefslogtreecommitdiffhomepage
path: root/systemd/dispatch.service
blob: e651fa71edadf3e701a78d8b075116ce208ed229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Dispatch AI Agent Server
After=network.target

[Service]
Type=simple
# User/Group are set by bin/install (patched from SUDO_USER)
ExecStart=/usr/bin/dispatch-server
EnvironmentFile=/etc/dispatch/env
WorkingDirectory=/var/lib/dispatch
Restart=on-failure
RestartSec=5
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target