mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-08-25 00:43:25 +00:00
16 lines
295 B
Desktop File
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
|