mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
16 lines
440 B
Desktop File
16 lines
440 B
Desktop File
[Unit]
|
|
Description=Infrastructure controller — one-shot health probe cycle
|
|
After=network-online.target tailscaled.service
|
|
Wants=network-online.target tailscaled.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
WorkingDirectory=/home/allaun/Research Stack
|
|
ExecStart=/usr/bin/python3 4-Infrastructure/auto/infra_controller.py --once
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
Environment=PYTHONUNBUFFERED=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|