mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-09-25 15:58:11 +03:00
13 lines
332 B
Desktop File
13 lines
332 B
Desktop File
[Unit]
|
|
Description=Cheburchecker blocklist checker (count: %i)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=/bin/sh -c '/usr/bin/cheburchecker --count %i /var/log/cheburchecker/report-%i.csv'
|
|
EnvironmentFile=-/etc/default/cheburchecker
|
|
ExecStartPre=/bin/mkdir -p /var/log/cheburchecker
|
|
User=root
|
|
Group=root
|
|
LimitNOFILE=16384
|