%A - %T - %n - %a - %t
%A - %T - %n - %t
[Unit] | |
Description=rsyncd Service Sockets | |
[Socket] | |
ListenStream=873 | |
Accept=yes | |
[Install] | |
WantedBy=sockets.target |
#! /bin/bash | |
### BEGIN INIT INFO | |
# Provides: memcached | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Should-Start: $local_fs | |
# Should-Stop: $local_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Start memcached daemon |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |