- [Unit]
- Description=Mint lily worker service for {{ inventory_hostname }}
- After=network.target
- [Service]
- Type=simple
- ExecStart=/bin/bash lily.sh -d -c config.toml --worker {{ queue }}
- WorkingDirectory={{ app_deploy_target }}/mint/dashboard-v4/rpc/lily
- User=www-data
- Group=www-data
- Restart=always
- RestartSec=30s
- [Install]
- WantedBy=multi-user.target
|