kopia lustrzana https://github.com/OpenDroneMap/WebODM
17 wiersze
349 B
INI
17 wiersze
349 B
INI
![]() |
[Unit]
|
||
|
Description=Start WebODM Celery Scheduler Service Container
|
||
|
Requires=webodm-nginx.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=odm
|
||
|
Group=odm
|
||
|
PIDFile=/run/webodm-celerybeat.pid
|
||
|
WorkingDirectory=/webodm
|
||
|
ExecStart=/webodm/python3-venv/bin/celery -A worker beat
|
||
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|