Commit Graph

4 Commits

Author SHA1 Message Date
Lee Smet
7dbd4426dd Close #365: Update docs with (new) public peers
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-08-20 15:36:51 +02:00
Lee Smet
0335ce3ce1 Update example systemd file to use public peers
Use the new public peers

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-05-23 16:12:45 +02:00
Florian Klink
ed959c767e Update systemd unit file
- Set a nicer unit description.
 - Use `network.target` instead of `network-online.target`.
   As per https://www.freedesktop.org/software/systemd/man/latest/systemd.special.html#network-online.target,
   mycelium doesn't strictly require a configured network connection
   (whatever that means).
   `network.target` should be sufficient, we probably need the IP stack
   and a loopback interface, but everything else should be OK to change
   later on.
 - Use `StateDirectory=mycelium` and -k `%S/mycelium-key.bin`.
   Key material is state, not config, especially if it's autocreated
   on first startup. Combine with `StateDirectoryMode=0700`, to ensure
   the directory can't be accessed by other users.
2024-02-27 22:33:15 +02:00
Lee Smet
b6145e0f48 Close #117: Add basic systemd file
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-01-31 15:04:41 +01:00