moved everything into pkg/

This commit is contained in:
2025-07-17 13:18:55 +01:00
parent affd6c1ebc
commit fc68bcf3cb
466 changed files with 1481 additions and 2119 deletions

16
scripts/realy.service Normal file
View File

@@ -0,0 +1,16 @@
# systemd unit to run realy as a service
[Unit]
Description=realy
[Service]
Type=simple
User=mleku
ExecStart=/home/mleku/.local/bin/realy
Restart=always
Wants=network-online.target
# waits for wireguard service to come up before starting, remove if running it directly on an
# internet routeable connection
After=network.target network-online.target wg-quick@wg0.service
[Install]
WantedBy=multi-user.target