[Unit] Description=ZWA7F Server Agent License Monitor After=network-online.target Wants=network-online.target [Service] Type=simple ExecStart=/bin/bash -lc 'while true; do /usr/local/bin/zwa7fagent; sleep 300; done' Restart=always RestartSec=60 User=root Group=root NoNewPrivileges=true PrivateTmp=true ProtectHome=true ProtectSystem=strict ReadWritePaths=/var/lib/zwa7fagent [Install] WantedBy=multi-user.target