2025-08-15 23:09:48 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=Execute Command Service
|
|
|
|
|
After=network.target
|
|
|
|
|
Requires=monitor.socket
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
|
|
|
|
ExecStart={{ homedir }}/monitor.sh
|
|
|
|
|
StandardInput=socket
|
|
|
|
|
StandardOutput=socket
|
|
|
|
|
TimeoutStopSec=5
|
2026-05-17 22:44:51 +02:00
|
|
|
RuntimeMaxSec=10
|