Skip to content

Commit

Permalink
fix execstart command
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolding committed Feb 5, 2020
1 parent 71cd363 commit 3e30fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=@PREFIX@/bin/go-simple-http-server /usr/bin/go-simple-http-server -www /usr/share/go-simple-http-server/www
ExecStart=/usr/bin/go-simple-http-server -www /usr/share/go-simple-http-server/www

[Install]
WantedBy=multi-user.target

0 comments on commit 3e30fa1

Please sign in to comment.