mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-25 11:53:43 +01:00
10 lines
201 B
Desktop File
10 lines
201 B
Desktop File
[Unit]
|
|
Description=Daily sync_to_remotes.py
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/uv run /home/jas/repos/codeberg.org/hyperreal/admin-scripts/sync_to_remotes.py
|
|
|
|
[Install]
|
|
WantedBy=default.target
|