homeserver
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
homeserver [2024/01/23 10:04] – created karcio | homeserver [2024/01/23 20:18] (current) – karcio | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Home server configurations ==== | ==== Home server configurations ==== | ||
+ | |||
+ | == Services == | ||
+ | * pvsolar.service | ||
+ | |||
+ | < | ||
+ | [Unit] | ||
+ | Description=Solis solar readings | ||
+ | After=multi-user.target | ||
+ | Conflicts=getty@tty1.service | ||
+ | |||
+ | [Service] | ||
+ | Type=simple | ||
+ | WorkingDirectory=/ | ||
+ | ExecStart=/ | ||
+ | StandardInput=tty-force | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
+ | </ | ||
+ | |||
+ | * no.service | ||
+ | |||
+ | < | ||
+ | [Unit] | ||
+ | Description=Custom Python Service | ||
+ | After=multi-user.target | ||
+ | Conflicts=getty@tty1.service | ||
+ | |||
+ | [Service] | ||
+ | Type=simple | ||
+ | ExecStart=/ | ||
+ | StandardInput=tty-force | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
+ | </ | ||
+ | |||
+ | * nvme in fstab | ||
+ | < | ||
+ | UUID=ea9b6a65-aba1-49e2-94eb-9390394b67bd /mnt/nvme ext4 noauto, | ||
+ | </ | ||
+ | |||
+ | or | ||
+ | |||
+ | < | ||
+ | UUID=ea9b6a65-aba1-49e2-94eb-9390394b67bd /mnt/nvme ext4 defaults 0 0 | ||
+ | </ | ||
+ | |||
+ | == Backup == | ||
+ | < | ||
+ | #!/bin/bash | ||
+ | |||
+ | find / | ||
+ | </ |
homeserver.1706004272.txt.gz · Last modified: 2024/01/23 10:04 by karcio