diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/systemd/user/godoc.service | 2 |
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 |
