Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 932 Bytes

README.md

File metadata and controls

50 lines (37 loc) · 932 Bytes

WhiteCow

  • In Mooh we trust
  • I like to mooh
  • Let's mooh it

disclaimer

You use this tool at your own risk, You are the only one responsible for looses. It is a software under debug

Process

to complete

Installation

Pre-requisite

IT

  • mono-complete

Installation For Raspberry

git clone https://github.com/ronki2304/WhiteCow.git
cd WhiteCow
msbuild  WhiteCow.sln  /p:Configuration=Release

the binary file are located in WhiteCow/bin/Release

Create systemD unit

nano /lib/systemd/system/WhiteCow.service

copy paste the following content :

[Unit]
Description=Test service
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/mono-service {YourPath}/WhiteCow.exe -l:/tmp/WhiteCow.lock --debug
WorkingDirectory={YourPath}             
RestartSec=10
Restart=on-failure

[Install]
WantedBy=multi-user.target

update configuration settings

modify the file WhiteCow.exe.config