mirror of
https://github.com/myronblair/infra
synced 2026-06-30 17:50:10 -05:00
15 lines
246 B
Desktop File
15 lines
246 B
Desktop File
[Unit]
|
|
Description=JARVIS Agent
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/python3 /usr/local/bin/jarvis-agent.py
|
|
Restart=always
|
|
RestartSec=30
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|