mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 08:53:00 +08:00
12 lines
248 B
SYSTEMD
12 lines
248 B
SYSTEMD
|
[Unit]
|
||
|
Description=Felicity task worker %I
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=ubuntu
|
||
|
WorkingDirectory=/home/ubuntu/felicity
|
||
|
ExecStart=/home/ubuntu/felicity/venv/bin/rq worker felicity-tasks
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=felicity-tasks.target
|