File: poolcounter.service

package info (click to toggle)
poolcounter 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 256 kB
  • sloc: ansic: 1,031; python: 458; makefile: 23; sh: 20
file content (13 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=PoolCounter
Documentation=https://www.mediawiki.org/wiki/PoolCounter

[Service]
ExecStart=/usr/bin/poolcounterd -l 0.0.0.0 $ARGS
EnvironmentFile=-/etc/default/poolcounter
User=poolcounter
LimitNOFILE=65535
Restart=always

[Install]
WantedBy=multi-user.target