This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Cockroach Database cluster node | |
Requires=network.target | |
[Service] | |
Type=notify | |
WorkingDirectory=/var/lib/cockroach | |
ExecStart=/usr/local/bin/cockroach start --certs-dir=certs --advertise-addr=<node1 address> --join=<node1 address>,<node2 address>,<node3 address> --cache=.25 --max-sql-memory=.25 | |
TimeoutStopSec=60 | |
Restart=always | |
RestartSec=10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url("https://theme-park.dev/css/base/jellyfin/dracula.css"); | |
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;700'); | |
*, h1, h2 { | |
font-family: 'Raleway', sans-serif; | |
} | |
h2 { | |
color: #ffffff !important; |
OlderNewer