diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-06-03 13:36:08 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-06-03 13:36:08 +0200 |
| commit | 01669f8f28b44b6e9179c2b52d73a87628b6a1b0 (patch) | |
| tree | 00c971f7cc8d0cf97bccfe1be0b6b2d03c545d88 /.config/systemd | |
| parent | 94986a8c82df42f12e014e8d4abd1ecf5d2ef698 (diff) | |
update
Diffstat (limited to '.config/systemd')
| -rw-r--r-- | .config/systemd/user/godoc.service | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
