https://github.com/abarhub/gohorloge
https://github.com/abarhub/gohorloge
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abarhub/gohorloge
- Owner: abarhub
- License: apache-2.0
- Created: 2023-09-30T12:17:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T09:43:39.000Z (almost 3 years ago)
- Last Synced: 2023-10-08T12:27:04.568Z (almost 3 years ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gohorloge
## Build
Pour Builder
```shell
set GOOS=linux
set GOARCH=arm
set GOARM=5
go build
```
## Installation du service
Installation
```shell
sudo cp /usr/rep/horloge.service /etc/systemd/system/horloge.service
sudo systemctl enable horloge.service
sudo systemctl start horloge.service
```
Voir l'état
```shell
sudo systemctl status horloge.service
```
Consulter les logs
```shell
journalctl -u horloge.service
```