dotfiles/config/.config/systemd/user/quick-backup.service
2024-12-02 17:23:50 -06:00

10 lines
179 B
Desktop File

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