12 строки
245 B
Desktop File
12 строки
245 B
Desktop File
[Unit]
|
|
Description=Nextcloud Task Processing Worker %i
|
|
After=nextcloud.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/podman exec -u www-data nextcloud php occ taskprocessing:worker -v -t 60
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=default.target
|