Skip to content

Instantly share code, notes, and snippets.

@mistymagich
mistymagich / conventional-commits.md
Last active October 6, 2022 09:10 — forked from minop1205/conventional-commits.md
コミットメッセージ規約
#!/bin/bash
#
# Init file for daemonized Skype service
#
### BEGIN INIT INFO
# Provides: skype
# Required-Start: $local_fs $remote_fs $network
# Required-Stop: $local_fs $remote_fs $network
# Default-Start: 3 4 5
# Default-Stop: 0 1 2 6