mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-03-21 11:05:02 +00:00
12 lines
332 B
Desktop File
12 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
|