mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-12 07:40:29 +03:00
12 lines
353 B
Desktop File
12 lines
353 B
Desktop File
[Unit]
|
|
Description=Organize photo files, received from Syncthing or other syncing tools
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/home/%u/.config/photocatalog
|
|
ExecStart=photocatalog -mode $MODE -target $TARGET -monitor $MONITOR -update_mtime $UPDATECTIME
|
|
ExecStartPre=photocatalog -mode $MODE -target $TARGET ${MONITOR}
|