dotfiles/systemd/system/bash_eternal_backup.service

10 lines
168 B
Bash
Raw Normal View History

2023-02-19 14:32:42 -07:00
[Unit]
Description=Backing up bash history
Wants=bash_eternal_backup.timer
[Service]
User=root
Group=root
Type=oneshot
ExecStart=/usr/local/bin/bash_eternal_backup.sh