Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ To deploy Cronical, make sure you have .NET 4.7.2 installed (okay, so there's on

Start Cronical from an elevated console:

cronical.exe --install
Cronical.exe --install

to install the service, and then start it up using Windows Services, or simply

net start cronical

You may optionally specify an alternative service name and title, which enables you to install several instances of Cronical on the same system. The -c parameter can be used to specify a particular configuration file to use for that service instance.

cronical.exe --install --service-name Cronical1 --service-title "Cronical 1" -c d:\cron1.dat
cronical.exe --install --service-name Cronical2 --service-title "Cronical 2" -c d:\cron2.dat
Cronical.exe --install --service-name Cronical1 --service-title "Cronical 1" -c d:\cron1.dat
Cronical.exe --install --service-name Cronical2 --service-title "Cronical 2" -c d:\cron2.dat
net start cronical1
net start cronical2

Expand Down