1 2 3 4 5 6 7 8 9 10 11 12
[Unit] Description=LIVEN High-Performance Storage Engine After=network.target [Service] Type=simple User=root ExecStart=/usr/local/bin/liven start --config /etc/liven/liven.toml Restart=on-failure [Install] WantedBy=multi-user.target