diff options
| author | grothedev <grothedev@gmail.com> | 2026-04-29 01:00:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-29 01:00:18 -0400 |
| commit | fe210355a480b2386a05ba385aa5a265c4f7c966 (patch) | |
| tree | ed10fcc4dd1153d983164bff9523f594b4d63ff8 /systemd/datasync.path | |
| parent | e757d3020571cb139d9480f97e1b0fa86222660e (diff) | |
| parent | 00a8a558aa2984401728c5027cf054b9d7a97b6f (diff) | |
Merge pull request #1 from grothedev/copilot/clean-up-and-organize-repomaster
Clean up top-level repo layout and document the script inventory
Diffstat (limited to 'systemd/datasync.path')
| -rwxr-xr-x | systemd/datasync.path | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/systemd/datasync.path b/systemd/datasync.path new file mode 100755 index 0000000..3319c1d --- /dev/null +++ b/systemd/datasync.path @@ -0,0 +1,18 @@ +[Unit] +Wants=datasync.service + +[Path] +PathChanged=/home/thomas/doc/ +PathChanged=/home/thomas/img/ +PathChanged=/home/thomas/_journal +PathChanged=/home/thomas/lmms/projects/ +PathChanged=/home/thomas/do +PathChanged=/home/thomas/_poetry +PathChanged=/home/thomas/aud/ +PathChanged=/home/thomas/.password-store +PathChanged=/home/thomas/vid +PathChanged=/home/thomas/dev +Unit=datasync.service + +[Install] +WantedBy=datasync.service |
