Skip to content

Instantly share code, notes, and snippets.

View ericpauley's full-sized avatar
🌴
On vacation

Eric Pauley ericpauley

🌴
On vacation
View GitHub Profile
@mark-kubacki
mark-kubacki / godoc-create-index.service
Last active June 28, 2017 16:20
godoc and systemd
[Unit]
Description=updates Golang's documentation index
ConditionFileNotEmpty=!/usr/share/go-1.6/godoc_index.db
ConditionACPower=true
AssertDirectoryNotEmpty=/usr/share/go-1.6
[Service]
Restart=on-failure
ExecStart=/usr/bin/godoc \