Rename systemd_timers to systemd
This commit is contained in:
parent
60e2843edb
commit
f6caf75217
5 changed files with 4 additions and 4 deletions
|
@ -504,9 +504,9 @@ pacman_hooks:
|
||||||
|
|
||||||
rsync_backup:
|
rsync_backup:
|
||||||
- run:
|
- run:
|
||||||
- sudo ln -rsi dotfiles/systemd_timers/rsync_backup.timer /etc/systemd/system/rsync_backup.timer
|
- sudo ln -rsi dotfiles/systemd/rsync_backup.timer /etc/systemd/system/rsync_backup.timer
|
||||||
- run:
|
- run:
|
||||||
- sudo ln -rsi dotfiles/systemd_timers/rsync_backup.service /etc/systemd/system/rsync_backup.service
|
- sudo ln -rsi dotfiles/systemd/rsync_backup.service /etc/systemd/system/rsync_backup.service
|
||||||
- run:
|
- run:
|
||||||
- sudo systemctl enable rsync_backup.timer
|
- sudo systemctl enable rsync_backup.timer
|
||||||
- symlink:
|
- symlink:
|
||||||
|
@ -515,9 +515,9 @@ rsync_backup:
|
||||||
|
|
||||||
gitea_backup_rsync:
|
gitea_backup_rsync:
|
||||||
- run:
|
- run:
|
||||||
- sudo ln -rsi dotfiles/systemd_timers/gitea_backup_rsync.timer /etc/systemd/system/gitea_backup_rsync.timer
|
- sudo ln -rsi dotfiles/systemd/gitea_backup_rsync.timer /etc/systemd/system/gitea_backup_rsync.timer
|
||||||
- run:
|
- run:
|
||||||
- sudo ln -rsi dotfiles/systemd_timers/gitea_backup_rsync.service /etc/systemd/system/gitea_backup_rsync.service
|
- sudo ln -rsi dotfiles/systemd/gitea_backup_rsync.service /etc/systemd/system/gitea_backup_rsync.service
|
||||||
- run:
|
- run:
|
||||||
- sudo systemctl enable gitea_backup_rsync.timer
|
- sudo systemctl enable gitea_backup_rsync.timer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue