Skip to content

Instantly share code, notes, and snippets.

View michaellindman's full-sized avatar

michaellindman

  • United Kingdom
View GitHub Profile

#List of countries

It's time someone compiled a list of countries to use within a web application. This gist attempts to make a first move at that.

List of nationalities

I've also compiled a list of nationalities

@scp93ch
scp93ch / myservice.sh
Last active November 21, 2020 17:15
Init script for an interpreted script.This is particularly useful to get simple services written in Python started at boot time.
#!/bin/sh
### BEGIN INIT INFO
# Provides: myservice
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Put a short description of the service here
# Description: Put a long description of the service here