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.
14 lines
281 B
14 lines
281 B
1 year ago
|
[Unit]
|
||
|
Description=below system monitor recording daemon
|
||
|
After=time-sync.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/below record --retain-for-s 604800 --compress
|
||
|
# Enable backtraces in errors
|
||
|
Environment=RUST_LIB_BACKTRACE=1
|
||
|
Restart=always
|
||
|
RestartSec=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|