debexpo.service 284 Bytes
Newer Older
Baptiste Beauplat's avatar
Baptiste Beauplat committed
1
2
3
4
5
[Unit]
Description=Debexpo celery worker (user service)
After=network.target postgresql.service

[Service]
6
ExecStart=/usr/bin/celery --app debexpo worker --beat --loglevel INFO
Baptiste Beauplat's avatar
Baptiste Beauplat committed
7
8
Restart=on-failure
WorkingDirectory=/var/www/debexpo
9
OOMPolicy=continue
Baptiste Beauplat's avatar
Baptiste Beauplat committed
10
11

[Install]
12
WantedBy=default.target