changeset 131 | 746d5fdbbc18 |
child 132 | 10996eb41bf4 |
130:46785fdb4fc5 | 131:746d5fdbbc18 |
---|---|
1 [Unit] |
|
2 Description=GoAccess |
|
3 |
|
4 [Service] |
|
5 Type=oneshot |
|
6 ExecStart=/usr/bin/goaccess {{goaccess_http_log}} -o {{goaccess_output_dest}} --log-format=COMBINED --no-progress --no-parsing-spinner |
|
7 RemainAfterExit=true |
|
8 Environment=HOME=/var/run |
|
9 |
|
10 [Install] |
|
11 WantedBy=multi-user.target |