소스 검색

Remove --linenumbers in systemd example

David Kleingeld 3 년 전
부모
커밋
7f4b9f4aee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.MD

+ 1 - 1
README.MD

@@ -157,7 +157,7 @@ RootDirectory=/
 WorkingDirectory=/home/ubuntu/server/microbin
 
 # This is the location of my executable - I also have 2 optional features enabled
-ExecStart=/home/ubuntu/server/microbin/target/release/microbin --editable --linenumbers --highlightsyntax
+ExecStart=/home/ubuntu/server/microbin/target/release/microbin --editable --highlightsyntax
 
 # I keep my installation in the home directory, so I need to add this
 ProtectHome=off