aboutsummaryrefslogtreecommitdiff
path: root/systemd/xvfb@.service
blob: 875dca54412a7c618f8fea928f8e186594dc740a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Xvfb
After=network-online.target

[Service]
User=%i
Group=%i
Restart=on-failure
ProtectSystem=full
PrivateDevices=true
ExecStart=/usr/bin/Xvfb :1 -screen 0 1024x768x24

[Install]
WantedBy=multi-user.target