10 lines
195 B
Desktop File
10 lines
195 B
Desktop File
[Unit]
|
|
Description=Photo-booth queue
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=php /home/pi/Scripts/photo_booth/ImmichUploader/artisan queue:work --tries=2 --timeout=60
|
|
|
|
[Install]
|
|
WantedBy=default.target
|