mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-04-03 12:21:21 +02:00
12 lines
220 B
Desktop File
Executable File
12 lines
220 B
Desktop File
Executable File
[Unit]
|
|
Description=Windows Server 2022 VM
|
|
After=network.target
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10
|
|
User=root
|
|
ExecStart=/bin/sh -c /Main/Server/VMs/WindowsServer2022.sh
|
|
[Install]
|
|
WantedBy=multi-user.target
|