From 01669f8f28b44b6e9179c2b52d73a87628b6a1b0 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 3 Jun 2020 13:36:08 +0200 Subject: update --- .config/systemd/user/godoc.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/systemd/user/godoc.service (limited to '.config') diff --git a/.config/systemd/user/godoc.service b/.config/systemd/user/godoc.service new file mode 100644 index 0000000..7b6b50e --- /dev/null +++ b/.config/systemd/user/godoc.service @@ -0,0 +1,12 @@ +[Unit] +Description=Go Documentation +Wants=network.target + +[Service] +Environment=GOPATH=/home/marc/go/ GOROOT=/usr/lib/go/ +ExecStart=/home/marc/go/bin/godoc -play -index +RestartSec=30 +Restart=always + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3