Files
photocatalog/init/systemd/photocatalog.service
2019-08-04 23:47:12 +03:00

12 lines
326 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
ExecStartPre=photocatalog -mode $MODE -target $TARGET ${MONITOR}