aboutsummaryrefslogtreecommitdiff
path: root/systemd/celerybeat.service
blob: 3428d3a21336cb472ba6cabca873add81c248475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Celery Beat Service
After=network.target

[Service]
Type=simple
User=ubuntu
Group=ubuntu
EnvironmentFile=/home/ubuntu/thatcomputerscientist/.env
WorkingDirectory=/home/ubuntu/thatcomputerscientist
ExecStart=/home/ubuntu/thatcomputerscientist/venv/bin/celery -A thatcomputerscientist beat
Restart=always

[Install]
WantedBy=multi-user.target