Add exif stripping service
This commit is contained in:
parent
c4c00a8701
commit
6e68d085fe
9
base/.config/systemd/user/exif-strip.service
Normal file
9
base/.config/systemd/user/exif-strip.service
Normal file
@ -0,0 +1,9 @@
|
||||
# vim:ft=systemd:
|
||||
[Unit]
|
||||
Description=Image metadata stripping service
|
||||
|
||||
[Service]
|
||||
ExecStart=toolbox run -c general exiftool -recurse -overwrite_original -all= %h/Pictures/Photos
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
10
base/.config/systemd/user/exif-strip.timer
Normal file
10
base/.config/systemd/user/exif-strip.timer
Normal file
@ -0,0 +1,10 @@
|
||||
# vim:ft=systemd:
|
||||
[Unit]
|
||||
Description=Image metadata stripping timer
|
||||
|
||||
[Timer]
|
||||
Persistent=true
|
||||
OnCalendar=*:0/15
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user