mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
11 lines
514 B
Desktop File
11 lines
514 B
Desktop File
[Unit]
|
|
Description=Publish idx ownership snapshot to GitHub Releases
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/srv/idx-cli
|
|
Environment=HOME=/var/lib/idx-ownership-snapshot
|
|
EnvironmentFile=/etc/idx-ownership-snapshot.env
|
|
ExecStart=/bin/sh -lc 'nix develop --command scripts/publish-ownership-snapshot.sh --build --idx-bin ./target/debug/idx --output-dir /var/lib/idx-ownership-snapshot/current --repo 0xrsydn/idx-cli --release-tag ownership-snapshot-current'
|