Files
warmbly/deploy/systemd/warmbly-tracking.service
T

24 lines
550 B
Desktop File

[Unit]
Description=Warmbly tracking service (open pixels and click redirects)
Documentation=https://docs.warmbly.com/development/bare-metal/
After=network-online.target nats.service warmbly-backend.service
Wants=network-online.target
[Service]
Type=simple
User=warmbly
Group=warmbly
EnvironmentFile=/etc/warmbly/warmbly.env
WorkingDirectory=/opt/warmbly
ExecStart=/opt/warmbly/bin/tracking
Restart=always
RestartSec=3
LimitNOFILE=65536
NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
[Install]
WantedBy=multi-user.target