+ Telegram bot: sign up, sign in, notifications + Anonymous users can't see yuan_rate_commission * Only logged in customers can create/update orders * Customer info migrated to separate User model * Renamed legacy fields in serializers * Cleanup in API classes
18 lines
440 B
Desktop File
18 lines
440 B
Desktop File
[Unit]
|
|
Description=Celery Beat Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=poizon
|
|
Group=poizon
|
|
EnvironmentFile=/etc/default/celery-stage
|
|
WorkingDirectory=/var/www/poizonstore-stage
|
|
RuntimeDirectory=celery
|
|
ExecStart=/bin/sh -c '${CELERY_BIN} -A ${CELERY_APP} beat \
|
|
--pidfile=${CELERYBEAT_PID_FILE} \
|
|
--logfile=${CELERYBEAT_LOG_FILE} --loglevel=${CELERYD_LOG_LEVEL}'
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |