dotfiles/config/systemd/user/sync_to_remotes.service
2025-04-13 12:12:03 -05:00

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