[Unit] Description=outbound link usage tracker webapp Wants=network-online.target After=network.target syslog.target [Service] Environment=OUTBOUND_WSGI_INI=/etc/outbound.wsgi.ini Environment=OUTBOUND_CONF=/etc/outbound.conf WorkingDirectory=/var/outbound User=outbound Group=outbound Type=simple ExecStart=/usr/sbin/outbound.bin TimeoutStartSec=120 ExecStop=/usr/sbin/uwsgi --stop /var/outbound/outbound-wsgi.pid RestartSec=15 Restart=always KillSignal=SIGINT [Install] WantedBy=multi-user.target