dotfiles/config/.config/systemd/user/sync_to_remotes.service
2024-11-16 05:41:50 -06: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