dotfiles/config/.config/systemd/user/quick-backup.service

10 lines
179 B
SYSTEMD
Raw Normal View History

2024-12-03 00:23:50 +01:00
[Unit]
Description=Daily quick-backup
[Service]
Type=oneshot
ExecStart=/home/jas/repos/codeberg.org/hyperreal/admin-scripts/shell/quick-backup
[Install]
WantedBy=default.target