Created
July 10, 2017 00:14
-
-
Save rayros/19dd2108a77451ed7c282da3ccf70f7a to your computer and use it in GitHub Desktop.
Revisions
-
rayros created this gist
Jul 10, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ [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