Skip to content

Commit

Permalink
Fixed typo in README.md (multi-user.target)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Hnidek authored Mar 12, 2017
1 parent 41692c8 commit d629c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and write some super simple systemd service file called `simple-daemon.service`:
ExecStart=/usr/bin/daemon
[Install]
WantedBy=multiuser.agent
WantedBy=multi-user.target
and then you can run it as UNIX daemon, but such daemon do not have some
nice features like reloadin configure files, loging, etc. This repository
Expand Down Expand Up @@ -99,4 +99,4 @@ Then it should be possible to control daemon using:
service daemon start
service daemon status
service daemon reload
service daemon stop
service daemon stop

0 comments on commit d629c1f

Please sign in to comment.