You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-below/below.service

14 lines
270 B

[Unit]
Description=below system monitor recording daemon
After=time-sync.target
[Service]
ExecStart=/bin/below record --retain-for-s 604800
# Enable backtraces in errors
Environment=RUST_LIB_BACKTRACE=1
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target