mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 21:35:34 +03:00
Initial commit
This commit is contained in:
11
init/systemd/photocatalog.service
Normal file
11
init/systemd/photocatalog.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[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}
|
||||
Reference in New Issue
Block a user