I hereby claim:
- I am machiel on github.
- I am machielmolenaar (https://keybase.io/machielmolenaar) on keybase.
- I have a public key whose fingerprint is 5F36 5CD3 1DFC C2E9 694D C2CD 012E B610 8120 BD18
To claim this, I am signing this object:
| #/lib/systemd/system/myservice.service | |
| [Unit] | |
| Description=Service | |
| ConditionPathExists=/path/to/web/folder | |
| [Service] | |
| User=myuser # make sure to do run $ loginctl enable-linger myuser | |
| Group=mygroup | |
| Restart=always | |
| RestartSec=3 |
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| ) | |
| func main() { | |
| interval := time.Second * 5 |
I hereby claim:
To claim this, I am signing this object:
| if(typeof google !== undefined) { | |
| var map; | |
| var infoWindows = []; | |
| function initialize() { | |
| var mapOptions = { | |
| zoom : 7, | |
| center : new google.maps.LatLng(52.212992, 5.27937), | |
| mapTypeId: google.maps.MapTypeId.ROADMAP | |
| }; | |
| map = new google.maps.Map(document.getElementById('google-map'), mapOptions); |