10 lines
217 B
SYSTEMD
10 lines
217 B
SYSTEMD
|
[Unit]
|
||
|
Description=Log the current non-volatile storage info
|
||
|
Wants=log_storage.timer
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/log_storage.py /home/emiliko/safe/loggers/storage/storage.csv
|