Created
September 13, 2017 18:28
-
-
Save gdamjan/f7e3726d17611ec2c55f73924c0f66f6 to your computer and use it in GitHub Desktop.
headless chrome systemd service file
This file contains 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=headless chrome | |
[Service] | |
Type=simple | |
ProtectSystem=strict | |
DynamicUser=true | |
Environment=HOME=/tmp | |
ExecStart=/usr/bin/google-chrome --headless --disable-gpu --remote-debugging-port=9222 | |
[Install] | |
WantedBy=multi-user.target |
Cool
Thank you
Great
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice