mirror of
https://git.proxmox.com/git/systemd
synced 2025-07-25 10:34:22 +00:00
7 lines
86 B
Desktop File
7 lines
86 B
Desktop File
[Unit]
|
|
Description=Sleep for 1 minute
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sleep 60
|