summaryrefslogtreecommitdiff
path: root/.config/systemd/user
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-06-03 15:42:53 +0200
committerMarc Vertes <mvertes@free.fr>2020-06-03 15:42:53 +0200
commit08534415d3fb6432664c0fbf1259f85a08476cae (patch)
treea8145eedd1659926a8735f6842b5588621d2a797 /.config/systemd/user
parent01669f8f28b44b6e9179c2b52d73a87628b6a1b0 (diff)
simplify godoc service
Diffstat (limited to '.config/systemd/user')
-rw-r--r--.config/systemd/user/godoc.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/godoc.service b/.config/systemd/user/godoc.service
index 7b6b50e..2303994 100644
--- a/.config/systemd/user/godoc.service
+++ b/.config/systemd/user/godoc.service
@@ -4,7 +4,7 @@ Wants=network.target
[Service]
Environment=GOPATH=/home/marc/go/ GOROOT=/usr/lib/go/
-ExecStart=/home/marc/go/bin/godoc -play -index
+ExecStart=/home/marc/go/bin/godoc
RestartSec=30
Restart=always