Created
July 10, 2017 00:14
-
-
Save rayros/19dd2108a77451ed7c282da3ccf70f7a to your computer and use it in GitHub Desktop.
chromium-browser headless
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=chromium-browser headless | |
| [Service] | |
| Type=simple | |
| ExecStart=/usr/bin/chromium-browser --headless --disable-gpu --remote-debugging-port=9222 | |
| StandardOutput=syslog | |
| StandardError=syslog | |
| SyslogIdentifier=chromium-browser | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment