Last change
on this file since 5560 was
5560,
checked in by mabarracus, 4 years ago
|
Complete code rewrite
New database model
Improved performance & optimization
Extended information about clients
Fixed older bugs
New testing framework
Fix postinst exit code
|
File size:
242 bytes
|
Line | |
---|
1 | [Unit] |
---|
2 | Description=Analytics server daemon |
---|
3 | After=mysql.service |
---|
4 | |
---|
5 | [Service] |
---|
6 | Type=forking |
---|
7 | PIDFile=/var/run/analyticsd.pid |
---|
8 | ExecStart=/usr/sbin/analyticsd |
---|
9 | Restart=always |
---|
10 | TimeoutSec=45 |
---|
11 | |
---|
12 | [Install] |
---|
13 | Alias=analyticsd.service |
---|
14 | WantedBy=multi-user.target |
---|
Note: See
TracBrowser
for help on using the repository browser.