Spring videre til hovedindholdet

Onlime CLI for Linux - AUR Package

How to install Onlime CLI on Arch Linux and derivatives

Skrevet af Mathias
Opdateret for over 3 år siden

Arch Linux and derivatives

An official Arch User Repository package can be found here



Installation

To install the package jotta-cli use yay or another AUR helper:

yay -S jotta-cli

The package supplies init script for running jotta-cli in systemd user slice

For each user in the system that should run jotta-cli, enable it with:

run_jottad

The daemon should now be started with user login.

To get started:

jotta-cli help




Starting at boot

As jottad is now running in a user slice it will not start at boottime unless you also create a usersession at boot time.

You can use loginctl enable-linger USERNAME to start a usersession for USERNAME at boottime and jottad will start in that session.

Besvarede dette dit spørgsmål?