dotfiles/config/.config/systemd/user/sync_to_remotes.service
2024-10-26 13:30:45 -05:00

10 lines
185 B
Desktop File

[Unit]
Description=Daily sync_to_remotes.py
[Service]
Type=oneshot
ExecStart=/home/jas/repos/codeberg.org/hyperreal/admin-scripts/sync_to_remotes.py
[Install]
WantedBy=default.target