14 lines
311 B
Desktop File
14 lines
311 B
Desktop File
[Unit]
|
|
Description=Pull /opt/homelab-context from Gitea + auto-setup tooling
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/env bash /opt/homelab-context/tools/post-pull.sh
|
|
TimeoutStartSec=60
|
|
SuccessExitStatus=0 1
|
|
Nice=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |