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

10 lines
185 B
SYSTEMD
Raw Normal View History

2024-10-26 20:30:45 +02:00
[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