17 lines
456 B
Desktop File
17 lines
456 B
Desktop File
[Unit]
|
|
Description=Guanghu personal node read-only heartbeat probe
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
EnvironmentFile=-/etc/guanghu/personal-node-probe.env
|
|
ExecStart=/usr/local/sbin/guanghu-personal-node-probe
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
ProtectHome=read-only
|
|
ProtectSystem=strict
|
|
ReadWritePaths=/var/lib/guanghu/receipts
|
|
ReadOnlyPaths=/etc/guanghu/nodes /etc/guanghu/personal-node-probe.env
|