From b86bc722d874ee93a49f0b3b8fda4a90a4965746 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 18 Jun 2022 21:22:34 +0530 Subject: /etc/ and /grub/ files for install script --- etc/systemd/system/grub-btrfs.path | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etc/systemd/system/grub-btrfs.path (limited to 'etc/systemd/system/grub-btrfs.path') diff --git a/etc/systemd/system/grub-btrfs.path b/etc/systemd/system/grub-btrfs.path new file mode 100644 index 0000000..932f266 --- /dev/null +++ b/etc/systemd/system/grub-btrfs.path @@ -0,0 +1,12 @@ +[Unit] +Description=Monitors for new timeshift snapshots +DefaultDependencies=no +Requires=run-timeshift-backup.mount +After=run-timeshift-backup.mount +BindsTo=run-timeshift-backup.mount + +[Path] +PathModified=/run/timeshift/backup/timeshift-btrfs/snapshots + +[Install] +WantedBy=run-timeshift-backup.mount \ No newline at end of file -- cgit v1.2.3