1 2 3 4 5 6 7 8 9 10 11 12
[Unit] Description=Lithos Supervisor service [Service] Type=simple Environment="RUST_LOG=warn" Environment="RUST_BACKTRACE=1" ExecStart=/usr/bin/lithos_tree Restart=always [Install] WantedBy=multi-user.target