summarylogtreecommitdiffstats
path: root/hyperv-enhanced-session.service
blob: a78c8bd9545ce2e9c8499290f6204633034a9301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Hyper-V Enhanced Session Mode daemon
After=network-online.target
Before=xrdp.service xrdp-sesman.service
Wants=network-online.target xrdp.service xrdp-sesman.service

[Service]
Type=oneshot
ExecStart=/opt/%N/configure-rdp.sh
RemainAfterExit=true

[Install]
WantedBy=multi-user.target