second initial commit
This commit is contained in:
14
init.d/mastodon-all
Normal file
14
init.d/mastodon-all
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
. /etc/conf.d/mastodon
|
||||
|
||||
name="Mastodon meta service"
|
||||
|
||||
depend() {
|
||||
provide mastodon
|
||||
}
|
||||
|
||||
start() {
|
||||
echo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user