cheburcheck/probe/debian/cheburprobe.service
2026-06-06 03:03:48 +05:00

16 lines
295 B
Desktop File

[Unit]
Description=Cheburcheck dynamic probe
After=network-online.target
Wants=network-online.target
[Service]
Type=exec
EnvironmentFile=/etc/default/cheburprobe
ExecStart=/usr/bin/cheburprobe
Restart=always
RestartSec=5s
DynamicUser=yes
LimitNOFILE=16384
[Install]
WantedBy=multi-user.target