Skip to content

Commit

Permalink
Issue arknoll#43 Connect with Xorg.
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterDC committed Aug 14, 2017
1 parent 6069f3c commit aa8a2cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/selenium-unit.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Unit]
Description=selenium test framework
After=syslog.target network.target
After=xorg.target

[Service]
Environment=DISPLAY=:0.0
User=vagrant
ExecStart=/usr/bin/java -client -jar {{ selenium_install_dir }}/selenium/selenium-server-standalone-{{ selenium_version }}.jar
Restart=on-failure
RestartSec=20s
Expand Down

0 comments on commit aa8a2cf

Please sign in to comment.