dotfiles/config/.config/systemd/user/sync_to_remotes.service

10 lines
201 B
SYSTEMD
Raw Normal View History

2024-10-26 20:30:45 +02:00
[Unit]
Description=Daily sync_to_remotes.py
[Service]
Type=oneshot
2024-11-16 12:41:50 +01:00
ExecStart=/usr/bin/uv run /home/jas/repos/codeberg.org/hyperreal/admin-scripts/sync_to_remotes.py
2024-10-26 20:30:45 +02:00
[Install]
WantedBy=default.target