diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-06-03 15:42:53 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-06-03 15:42:53 +0200 |
| commit | 08534415d3fb6432664c0fbf1259f85a08476cae (patch) | |
| tree | a8145eedd1659926a8735f6842b5588621d2a797 /.config/systemd/user/godoc.service | |
| parent | 01669f8f28b44b6e9179c2b52d73a87628b6a1b0 (diff) | |
simplify godoc service
Diffstat (limited to '.config/systemd/user/godoc.service')
| -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 |
