mirror of
https://github.com/evilhero/mylar
synced 2024-12-21 15:22:23 +00:00
FIX: Debian systemd formatting
This commit is contained in:
parent
0cc6523115
commit
0ccd076fc4
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,13 @@
|
|||
#!/usr/bin/env
|
||||
### BEGIN INIT INFO
|
||||
# Provides: mylar
|
||||
# Required-Start: $all
|
||||
# Required-Stop:
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop:
|
||||
# Short-Description: Mylar
|
||||
### END INIT INFO
|
||||
|
||||
# Script name
|
||||
NAME=mylar
|
||||
|
||||
|
|
Loading…
Reference in a new issue