| [Unit] | |
| After=syslog.target | |
| After=network.target | |
| After=virtiofs_internal.service | |
| [Service] | |
| ExecStart=/usr/bin/bash -c '/usr/bin/shutdown_runner --grpc-port-file /mnt/internal/debian_service_port' | |
| Type=simple | |
| Restart=on-failure | |
| RestartSec=1 | |
| User=root | |
| Group=root | |
| StandardOutput=journal | |
| StandardError=journal | |
| [Install] | |
| WantedBy=multi-user.target |