[Unit] Description=iAs - 微信 AI 智能助手 After=network.target postgresql.service [Service] Type=simple User=xiao WorkingDirectory=/home/xiao/project/iAs EnvironmentFile=/home/xiao/project/iAs/.env ExecStart=/home/xiao/project/iAs/target/release/iAs service Restart=on-failure RestartSec=10 StandardOutput=null StandardError=null [Install] WantedBy=multi-user.target