diff options
| author | Paul Buetow <paul@buetow.org> | 2020-02-08 11:23:21 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2020-02-08 11:23:21 +0000 |
| commit | e2896cf8f09fbfa0244c91f75a0e243352f36463 (patch) | |
| tree | daf0b88895a91f0ded9ab97099ae891563ba9c26 | |
| parent | ae6e9b57500810fff81fe25b4d3080010327d358 (diff) | |
add enable
| -rw-r--r-- | doc/installation.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md index 75f93d5..8781130 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -47,6 +47,7 @@ uid=670(dserver) gid=670(dserver) groups=670(dserver) % curl https://raw.githubusercontent.com/mimecast/dtail/master/samples/dserver.service.sample | sudo tee /etc/systemd/system/dserver.service >/dev/null % sudo systemctl daemon-reload +% sudo systemctl enable dserver ``` # Start it |
